/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --main-color: #29529a;
      --proxima-nova: 'Proxima Nova';
      --proxima-nova-medium: 'Proxima Nova Medium';
      --proxima-nova-semibold: 'Proxima Nova';
      --proxima-nova-bold: 'Proxima Nova';
  }
  
  /*Local Fonts */
  p {
    margin-bottom: 0px;
  }
  * {
    margin: 0px;
    padding: 0px;
  }
  
  
  body {
    --wd-form-height: 40px;
}
  
  
  /*Local Fonts */
  
  /* define css custom roles */
  .bg-theme-color {
    background-color: var(--main-color);
  }
  
  .text-upper {
    text-transform: uppercase;
  }
  
  .text-white {
    color: #fff;
  }
  
  .font-size-13 {
    font-size: 13px;
  }
  
  .p-15-y {
    padding: 15px 0px;
  }
  
  .p-12-y {
    padding: 12px 0px;
  }
  
  .text-align-center {
    text-align: center;
  }
  
  .color-D7E0F1 {
    color: #d7e0f1;
  }
  
  .font-proxima-nova {
    font-family: var(--proxima-nova);
  }
  
  .h-40 {
    height: 40px;
  }
  table th,table td{
      border-width:1px;
  }
  /* define css custom roles */
  
  header .whb-top-bar {
    background-color: var(--main-color);
  }
  
  header .wd-search-form form {
    padding-right: 39px;
    padding-left: 0;
  }
  
  li#menu-item-73731 {
      background: #E3FF66;
      border-radius: 30px;
  }
  li#menu-item-73731 a.woodmart-nav-link {
    min-height: auto;
    line-height: 1;
    padding: 8px 12px;
  }
  
  header .whb-column:not(.whb-mobile-center) .site-logo img {
    width: 200px !important;
    height: 65px !important;
  }
  
  header .whb-general-header {
    min-height: 106px;
  }
  header .whb-top-bar .wd-header-text{
    color: #D7E0F1;
  }
  header .wd-search-form form .s {
    background-image: url('images/search.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 46px;
    background-position: 20px center;
    padding-left: 48px;
    min-width: 600px;
    border-radius: 30px;
    font-size: 0;
    pointer-events: none;
  }
  
  header .wd-search-form form .ep-autosuggest-container input[type="text"] {
    background-image: url('images/search.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 46px;
    background-position: 20px center;
    padding-left: 54px;
  }
  
  header .wd-search-form form .searchsubmit {
    display: none !important;
  }
  
  header .searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search {
    border: none !important;
  }
  
  header .searchform .wd-clear-search {
    margin-right: 30px;
  }
  
  header .whb-col-right .wd-header-compare {
    display: none;
  }
  
  /*********** child footer **************/
  
  footer {
    background-color: #2f2f2f !important;
  }
  
  footer .footer_sec_heading h3 {
    font-size: 16px;
    font-family: var(--proxima-nova);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  footer {
    padding-top: 40px;
  }
  
  footer .footer_sec_list_link ul {
    list-style: none;
    margin-left: -15px;
  }
  
  footer .footer_sec_list_link ul li a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
    font-family: var(--proxima-nova);
    line-height: 20px;
  }
  
  footer .footer_description p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-family: var(--proxima-nova);
    margin-bottom: 25px;
  }
  
  footer .footer_social_media_list ul {
    list-style: none;
    display: flex;
    column-gap: 10px;
    margin-left: -15px;
  }
  
  footer .footer_logo {
    margin-bottom: 20px;
  }
  
  footer .footer_five #subscribe_form .footer_form_field input[type="email"] {
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    height: 40px;
    margin-bottom: 15px;
  }
  
  footer .footer_five #subscribe_form .footer_form_field input[type="email"]::placeholder {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 16px;
  }
  
  footer .footer_form_submit input[type="submit"] {
    background-color: #e3ff66;
    color: #333;
    border-radius: 30px;
    padding: 15px 25px;
    font-weight: 400;
  }
  
  header .wd-header-wishlist .wd-tools-count {
    background-color: var(--main-color) !important;
  }
  
  header .wd-header-cart .wd-tools-count {
    background-color: var(--main-color) !important;
  }
  
  .whb-sticky-row .menu-opener {
    background-color: var(--main-color) !important;
  }
  
  .whb-sticky-row .woodmart-nav-link {
    color: #333 !important;
  }
  
  #copy-right {
    border-top: 1px solid #565656;
    padding: 23px 0px;
  }
  
  .payment_icons_bottom img {
    height: 22px;
  }
  
  #footer-p-s_strip {
    padding: 40px 0px;
    background-color: #fafafa;
  }
  
  #footer-p-s_strip .f-p-s-b-r-heading h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3%;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 3px;
  }
  
  #footer-p-s_strip .f-p-s-b-r-s-heading p {
    font-family: var(--proxima-nova);
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2%;
  }
  
  #footer-p-s_strip .f-p-s-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  
  .wd-carousel-inner .e-con-inner {
    padding-left: 15px;
  }
  .wd-nav-pagin-wrap .wd-nav-pagin-item span {
    border: 1px solid #333 !important;
  }
  .wd-nav-pagin-wrap .wd-active {
    background-color: #333 !important;
    border-radius: 50%;
  }
  
  /****** home page *******/
  .home_page_section_heading h2 {
      position: relative;
      display: inline-block;
  }
  .home_page_section_heading h2::after {
      position: absolute;
      bottom: -18px;
      left: 0px;
      width: 95%;
      content: "";
      background-color: #29529a;
      height: 2px;
      z-index: 1;
  }
  
  
  .home_page_see_all_link {
    font-weight: 500;
    color: #29529a;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
      position: relative;
    top: -2px;
  }
  
  #home_shop_by_category_sec .wd-cat-thumb a img {
    height: 130px;
    width: 130px;
    object-fit: cover;
  }
  
  #home_most_loved_products .product-wrapper .price {
    position: relative;
  }
  
  #home_most_loved_products .product-wrapper .price .amount::after {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: "/ EACH";
  }
  
  .home_most_loved_products .product-wrapper .price .amount::after {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: "/ EACH";
  }
  
  #home_most_loved_products .product-wrapper .price del span::after {
    display: none;
  }
  .featured_brands .swiper .elementor-swiper-button {
      top: -65px;
      transform: none;
      right: 0;
      color: var(--wd-arrow-color, var(--color-gray-800));
  }
  .featured_brands .swiper .elementor-swiper-button.elementor-swiper-button-prev {
      right: 30px;
      left: auto;
  }
  .featured_brands .swiper .elementor-swiper-button svg{display:none}
  .featured_brands .swiper .elementor-swiper-button:after{
      font-size: 16px;
      font-family: "woodmart-font";
  }
  .featured_brands .swiper .elementor-swiper-button.elementor-swiper-button-prev:after{
      content: "\f114";
  }
  .featured_brands .swiper .elementor-swiper-button.elementor-swiper-button-next:after{
      content: "\f113";
  }
  .featured_brands .elementor-image-carousel .swiper-slide {
      padding: 10px 7px;
  }
  .featured_brands .elementor-image-carousel .swiper-slide .swiper-slide-inner {
      box-shadow: 0px 0px 14px 0px #00000014;
  }
  .wd-product.wd-hover-standard.wd-quantity .wd-add-btn div.quantity {
      --wd-form-height: 40px;
  }
  div.quantity input[type="number"],.wd-product div.quantity input[type="number"]{
      width:40px;
  }
  div.quantity input[type="button"],.wd-product div.quantity input[type="button"]{
      min-width:35px;
      font-size: 18px;
      line-height: 1;
      border-width:1px;
  }
  .wd-product.wd-hover-standard.product .wd-add-btn .add-to-cart-loop span{
      font-size:14px;
      white-space: nowrap;
  }
  .products .price {
    margin: 0;
    margin-top: auto !important;
  }
  .wd-product.wd-hover-standard.product .wd-add-btn{
      gap:9px;
  }
  .products .wd-product .wd-entities-title+.wd-add-btn {
    margin-top: auto !important;
  }
  .wd-product.wd-hover-standard.product .wd-add-btn .add_to_cart_button{ padding: 1px 1px; min-height: 40px; min-width: 120px;margin-left: 0;  }
  .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    line-height: 1;
}
.wd-product.wd-hover-standard .wd-add-btn>a.afrfqbt_single_page.single_add_to_cart_button{min-height:40px;margin: 0 auto !important;}
  /****** home page *******/
  
  /*********** child footer **************/
  
  /* css 13 Nov */
  .product_layout .wd-product,
  .product_layout .wd-product .product-wrapper{
      height: 100%;
  }
  [class*="title-line-"].products .wd-product .wd-entities-title{
      max-height: fit-content;
  }
  .product_layout .wd-product .product-wrapper img {
      aspect-ratio: 1 / 1;
      object-fit: contain;
  }
  
  #home_most_loved_products .products .price {
    font-family: Proxima Nova;
    font-weight: 600;
    font-style: Semibold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .product_catelogs_information_box {
    position: relative;
  }
  .elementor-widget-wd_product_categories .wd-carousel-wrap ,
  .wd-products-tabs .wd-carousel-wrap ,
  .wd-products .wd-carousel-wrap{
    align-items: stretch;
}
  .product_catelogs_information_box::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 2.01%, rgba(18, 18, 18, 0) 9.79%, rgba(18, 18, 18, 0.8) 100%);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  }
  .product_catelogs_information_box .info-box-wrapper {
      height: 100%;
  }
  .product_catelogs_information_box .wd-info-box{
      height: 100%;
      justify-content: flex-end;
  }
  .product_catelogs_information_box .wd-info-box .info-box-content {
      position: relative;
      z-index: 1;
      flex: unset;
  }
  
  .product_catelogs_information_box .info-box-content .wd-button-wrapper .btn {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 10px;
      width: 106px; 
      height: 34px; 
  }
  .appliances_left.product_catelogs_information_box {
    height: 100%;
  }
  .product_catelogs_information_box .info-box-content .wd-button-wrapper .btn .wd-btn-text {
    color: #29529a;
  }
  .products .wd-carousel-wrap .wd-carousel-item {
    height: unset;
  }
  #home_page_hot_deal_ajax .product-wrapper * {
    transition: all 0.5s ease-in-out;
  }
  
  #home_page_hot_deal_ajax .product-wrapper:hover .product-element-top {
    box-shadow: 0px 0px 14px 0px #0000001a;
    border-color: #fff;
  }
  
  #home_page_hot_deal_ajax .product-wrapper .product-element-top {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
  }
  
  #home_page_hot_deal_ajax .product-wrapper .product-element-top img {
    padding: 20px 30px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
  
  #home_page_hot_deal_ajax .wd-carousel-wrap {
    align-items: stretch;
  }

  #home_page_hot_deal_ajax .product-wrapper .wd-entities-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 3px;
    margin-top: -10px; 
  }
  
  .style_cart_layout .wd-entities-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 3px;
  }
  
  .style_cart_layout .wd-add-btn {
    margin-top: 10px;
  }
  
  .style_cart_layout .product-wrapper .price .amount {
    position: relative;
  }
  
  .style_cart_layout .product-wrapper .price .amount::after {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: " / EACH";
  }
  
  .home_page_featured_brands .wd-product .wd-add-btn,
  .home_page_recently_viewed .wd-product .wd-buttons.wd-pos-r-t {
      display: none !important;
  }
  .home_page_recently_viewed .wd-product .price,
  #home_most_loved_products .wd-product .product-wrapper .wd-compare-btn,
  #home_most_loved_products .wd-product .product-wrapper .star-rating,
  #home_page_today_hot_deals .wd-product .star-rating,
  #home_page_today_hot_deals .wd-product .wd-compare-btn,
  #home_page_hot_deal_ajax .wd-product .wd-product-cats,
  .remove_star_rating .star-rating,
  .style_cart_layout .product-wrapper .price del span::after,
  #home_appliances_section .wd-product .wd-compare-btn,
  .home_page_featured_brands .wd-product .wd-entities-title,
  .home_page_featured_brands .wd-product .wd-product-cats,
  .home_page_featured_brands .wd-product .star-rating,
  .home_page_featured_brands .wd-product .wd-buttons,
  .home_page_recently_viewed .wd-product .wd-buttons,
  .home_page_recently_viewed .wd-product .wd-product-cats,
  .home_page_recently_viewed .wd-product .star-rating {
    display: none;
  }
  
  .home_page_recently_viewed .wd-product .wd-add-btn {
    display: none !important;
  }
  .home_page_recently_viewed .title.slider-title {
      border-bottom: 2px solid var(--brdcolor-gray-300);
  }
  .home_page_recently_viewed .title.slider-title span {
      position: relative;
      padding-bottom: 8px;
  }
  .home_page_recently_viewed .title.slider-title span:after {
      position: absolute;
      bottom: -2px;
      width: 100%;
      height: 2px;
      background-color: var(--main-color);
      content: "";
      left: 0px;
      right: 0px;
  }
  .home_page_recently_viewed .product-wrapper .wd-entities-title {
    font-size: 16px;
      text-align:left;
      font-family: var(--proxima-nova-medium);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .home_page_recently_viewed .product-wrapper {
    flex-direction: row !important;
    align-items: center;
    background-color: #fff;
    padding: 31.5px 15px !important;
  }
  
  /* css 13 Nov */
  
  /* css 14 Nov */
  
  .product_layout .wd-product-cats {
    display: none;
  }
  
  .product_layout .products .price {
    font-family: Proxima Nova;
    font-weight: 600;
    font-style: Semibold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .product_layout .products .wd-product .wd-entities-title {
    font-family: Proxima Nova;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 2px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .product_layout .wd-product .product-wrapper .wd-compare-btn {
    display: none;
  }
  
  .product_layout .product-wrapper .price .amount::after {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: " / EACH";
  }
  
  .product_layout .product-wrapper .price .amount::after {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: " / EACH";
  }
  
  .product_layout .product-wrapper .price del span::after {
    display: none;
  }
  
  .product_layout .wd-product:hover {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  }
  
  .product_layout .wd-product {
    padding: 15px 10px;
    transition: all 0.5s ease-in-out;
      --wd-btn-inset: 5px;
  }
  .product-labels.labels-rounded .product-label{
      background-color:#E3FF66;
      color:#333333;
  }
  .product_layout .wd-product-cats {
    display: none;
  }
  
  .product_layout .wd-add-btn a:hover {
    background-color: var(--main-color) !important;
  }
  
  .heading_top_bedding_picks .elementor-widget-container {
    background-color: var(--main-color) !important;
  }
  
  .list_wc_product_widget .widget-product-wrap .widget-product-info a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .list_wc_product_widget .widget-product-wrap .widget-product-info .price {
    font-family: Proxima Nova;
    font-weight: 600;
    font-style: Semibold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
  }
  
  .list_wc_product_widget .widget-product-wrap a img {
    height: 65px;
    width: 65px;
    object-fit: cover;
  }
  
  .list_wc_product_widget .widget-product-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  
  .featured_brands .wd-product {
    box-shadow: 0px 0px 14px 0px #00000014;
  }
  
  .featured_brands .wd-product img {
    height: 120px;
    width: 225px;
    object-fit: contain;
  }
  
  .footer_newsletter_signup .footer_form_field input[type="email"] {
    background-color: #fff;
    border-radius: 0px;
    color: #000;
  }
  
  .footer_newsletter_signup .footer_form_field input[type="email"]::placeholder {
    color: #9b9b9b;
    font-family: Proxima Nova;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
  }
  
  .footer_newsletter_signup .footer_form_field input[type="submit"] {
    background-color: #e3ff66;
    font-family: Proxima Nova;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 15px 20px;
    margin-top: 22px;
    color: #333 !important;
  }
  
  .footer_newsletter_signup .footer_form_field input[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
  
  .home_page_slider_banner .wd-carousel {
    height: 410px;
  }
  
  .wd-nav-vertical.wd-design-default > li > a {
    min-height: 43px !important;
  }
  
  .home_page_banner_client .promo-banner .wrapper-content-banner {
    padding: 22px !important;
  }
  
  .wd-slider.wd-section-container .wd-slide-container {
    padding: 0% !important;
  }
  
  /* css 14 Nov */
  
  
  /* css 17 Nov */
  
  #menu-main-navigation #quote-li {
    display: none;
  }
   
  
  #menu-main-navigation li {
    padding-left: 5px;
    letter-spacing: 0.6px;
  }
  
  .whb-column.whb-col-right.whb-column10.whb-visible-lg {
      justify-content: space-around;
      position: relative;
      right: 19px;
  }
  
  .wd-tools-element>a{
      padding: 0 !important;
  }
  
  header .woodmart-nav-link {
    letter-spacing: 1px;
    padding-right: 12px;
  }
  
  
  #main-content .wp-slide-inner .e-parent .e-child {
    margin-top: -10px;
    margin-left: 10px;
  }
  
  .home_page_banner_slider .e-child {
    margin-left: 10px;
  }
  
  
  .home_page_banner_slider .elementor-heading-title {
    letter-spacing: 0.5px;
  }
  
  .home_page_banner_slider .elementor-widget-image img {
    position: relative;
    top: 42px;
    left: -12px;
    transform: scale(1.08);
  }
  
  .elementor-1146 .elementor-element.elementor-element-51aeff1 .wd-tabs.tabs-design-simple .tabs-name{
    border-bottom: none !important ; 
  }
  
  .most_loved_product_catelog .product-wrapper .wd-entities-title { margin-top: 6px; letter-spacing: 0px; }
  
  .most_loved_product_catelog .product-wrapper .price{ letter-spacing: 0.5px;  }
  
  .most_loved_product_catelog .wd-buttons{ display: flex; flex-direction: column-reverse; }
  
  .wd-product .quick-view {
    border-bottom: none !important; 
    width: 100%;
    margin: auto;
  }  
  
  /* css 17 Nov */
  .promo_banner_left_side .content-banner{top:9px;}
  .promo_banner_right_side .content-banner{
      top:11px;
  }
  .promo_banner_left_side .content-banner .banner-title ,
  .promo_banner_right_side .content-banner .banner-title {
      letter-spacing: 0.5px;
      margin-top: 5px;
      margin-bottom: 18px;
  }
  .promo_banner_left_side .content-banner .wd-button-wrapper,
  .promo_banner_right_side .content-banner .wd-button-wrapper {
    letter-spacing: 1.8px;
  }
  
  .home_most_loved_products .wd-tabs-header .title {
    position: relative;
    top: -5px;
  }
  
  .home_most_loved_products .products-tabs-title {
    margin-left: 15px;
  }
  
  .elementor-1146 .elementor-element.elementor-element-8938f48 .wd-tabs.tabs-design-simple .tabs-name{ 
    border-bottom: none !important; }
  
  .elementor-1146 .elementor-element.elementor-element-b86f552 .wd-tabs.tabs-design-simple .tabs-name{ 
    border-bottom: none !important; 
  }
  
  .elementor-1146 .elementor-element.elementor-element-95d4f37 .wd-tabs.tabs-design-simple .tabs-name{
    border-bottom: none !important; 
  }
  
  
  .home_page_bedding_section .elementor-hidden-tablet{ position: relative; top: -5px; }
  
  .elementor-1146 .elementor-element.elementor-element-a52dc1c .wd-tabs.tabs-design-simple .tabs-name{
    border-bottom: none !important
  }
  
   
  .appliances_home_page .wd-tabs-header .title{ position: relative; top: -15px; }
  
  .appliances_home_page .product-wrapper .wd-entities-title{ margin-top: 10px; }
  
  .appliances_home_page .wd-add-btn .product_type_simple{ padding: 2px 5px; }
  
  
  /**************** new code *****************/
  
  
  .most_loved_products_new_ajax .title span{ position: relative; top: -6px; letter-spacing: 0.8px; }
  .most_loved_products_new_ajax .products-tabs-title{ position: relative; left: 17px; top: -2px; letter-spacing: 0.25px; }
  .most_loved_products_new_ajax .wd-compare-btn{ display: none; }
  .most_loved_products_new_ajax .wd-buttons{ display: flex; flex-direction: column-reverse; }
  .most_loved_products_new_ajax  .star-rating{ display: none; }
  
  .most_loved_products_new_ajax .product-wrapper .product-element-top img{ min-height : 253px; min-width: 253px; }
  .most_loved_products_new_ajax .product-wrapper .product-element-top{ position: relative; top: 19px; margin-left: 13px; }
  
  .most_loved_products_new_ajax .wd-entities-title{ margin-top: 22px; margin-left: 32px;  }
  .most_loved_products_new_ajax  .wd-product-cats { display: none; }
  .most_loved_products_new_ajax .product-element-top{ margin-bottom: 25px; }
  .most_loved_products_new_ajax  .price{ position: relative; }
  
  .most_loved_products_new_ajax  .price::after{   top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    position: static;
    content: "/ EACH";}
  
  .most_loved_products_new_ajax .wd-product:hover {
    padding: 15px 10px;
    transition: all 0.5s ease-in-out;
  }
  
  .today_hot_deal_new .wd-tabs-header{ padding-bottom: 8px; }
  .today_hot_deal_new .title span{ position: relative; top: 6px; }
  
  
  .today_hot_deal_new .wd-product .add_to_cart_button{ background-color: #29529A; height: 40px  !important; width: 120px !important;   }
  .today_hot_deal_new .wd-product .add_to_cart_button:hover{ background-color: #29529A; }
  
  .add_to_cart_button{ background-color: #29529A !important; }
  .add_to_cart_button:hover { background-color: #29529A !important; }
  
  .appliances_left .info-box-title{ position: relative; top: 7px; letter-spacing: 0.45px;  }
  
  .appliances_left .wd-button-wrapper a{ position: relative; left: -5px; top: 6px; }
  
  
  .elementor-1146 .elementor-element.elementor-element-a52dc1c .wd-tabs.tabs-design-simple .tabs-name{ border-bottom: none !important; }
  
  .right_side_appliances .title span{ position: relative; top: 5px;}
  
  .home_page_bedding_section .wd-tabs-header{ margin-top: -15px; padding-bottom: 11px; letter-spacing: 1.9px; }
  
  .elementor-1146 .elementor-element.elementor-element-9fb16bb .wd-tabs.tabs-design-simple .tabs-name{
      border-bottom: none !important; 
  }
   
  .home_page_bedding_section .wd-carousel-item .wd-entities-title{ margin-top: 5px; }
  
  .recently_viewed_new_sec .wd-tabs-header{ padding-bottom: 12px; }
  
  .recently_viewed_new_sec .title .tabs-text{ position: relative; top: 9px;}
  
  .recently_viewed_new_sec .product-element-top{     
      width: 66px;
      flex: 0 0 66px;
  }
  .usefull_info_links .elementor-widget-heading h2{ margin-left: -7px; }
  .usefull_info_links .elementor-widget-image{ position: relative; left: -7px; top: -2px; }
  
  .featured_brands  .wd-tabs-header { margin-bottom: 6px; padding-bottom: 6px; }
  .featured_brands  .wd-nav-arrows{ top: -67px; }
  
  .featured_brands  .wd-carousel-item .product-element-top{ position: relative; top: -4px; left: -3px;  }
  
  header .wd-header-wishlist{ left: 20px; }
  header .wd-header-cart{ left: 20px; }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:last-child{ display: flex; justify-content: end; position: relative; top: -7px; left: -4px;  }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:last-child .info-box-content .info-box-subtitle{ letter-spacing: 0.6px;     }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(3){ display: flex; justify-content: center; position: relative; left: 20px; top: -5px;   }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(3) .info-box-content .info-box-subtitle{ letter-spacing: 0.6px;     }
  
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(2){ position: relative;  top: -2px;   }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(2) .info-box-content .info-box-subtitle{ letter-spacing: 0.6px;     }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(1){ position: relative;  top: -5px; left: 2px;    }
  
  .footer_bottom_strip .wd-carousel-wrap .info-box-wrapper:nth-child(1) .info-box-content .info-box-subtitle{ letter-spacing: 0.6px;     }
  
  .wd-quick-shop .wd-buttons.wd-pos-r-t {
      border: 1px solid #E8E8E8;
      box-shadow: none;
  }
  .wd-quick-shop .wd-action-btn.wd-style-icon>a{
      width:46px;
      height: 47px;
  }
  .quick-view a{
     position: relative; 
  }
   
  .wd-buttons{ display: flex !important; flex-direction: column-reverse !important; }
  
  .quick-view a::before{
    content: "" !important;
    background-image: url('images/quick-view.svg'); 
    position: absolute; 
    top: 50%;
    left: 50%;
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 24px;
    transform: translate(-50%, -50%);
  }
  
  .quick-view {
    border-bottom: none !important; 
    width: 100%;
    margin: auto;
  }  

  .wd-product .wd-wishlist-btn {
    position: relative; 
}
.wd-product .wd-wishlist-btn:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e2e2ee;
}
  #home_page_recently_viewed .wd-buttons{ display: none !important; }
  
  #bottom_footer .elementor-element:nth-child(1){ position: relative; left: -3px; }
  
  #bottom_footer .elementor-element:nth-child(1) .elementor-widget-icon-list{ position: relative; left: -1px; top: 4px;   }
  
  #menu-categories li img{ position: relative; left: -5px; }
  
  .social_media_icons_footer .elementor-icon-list-item:nth-child(2){ margin-left: -4px; position: relative; left: -3px;  }
  
  .social_media_icons_footer .elementor-icon-list-item:nth-child(3){  position: relative; left: -6px;  }
  
  .social_media_icons_footer .elementor-icon-list-item:nth-child(4){
      position: relative; left: -8px; 
  }
   
  
  .footer_infomation_nav .wd-list{ position: relative; top: -8px; }
  
  .footer_policy_nav .wd-list{ position: relative; top: -9px; }
  
  .footer_policy_nav{ position: relative; top: -3px; left: 29px; }
  
  .footer_policy_nav .wd-list{ position: relative; top: -10px; }
  
  .footer_nav_account{ position: relative; left: 48px; top: -3px; }
  
  .footer_nav_account .wd-list{ position: relative; top: -9px;  }
  
  .footer_nav_newsletter_sigup{ position: relative; top: -2px; left: 29px; }
  
  .footer_nav_newsletter_sigup .elementor-heading-title{ letter-spacing: 0.18px; }
  .footer_newsletter_signup { position: relative; top: -4px; }
  
  .footer_newsletter_signup .footer_form_field input[type="email"]{ height: 40px; width: 92%;  }
  
  .footer_newsletter_signup .footer_form_field input[type="submit"]{ height: 40px;  }
  
  .footer_payment_strip .elementor-widget-heading{ position: relative; top: 7px; left: -3px; }
  
  .footer_copyright_payment_icon .elementor-widget-image{ position: relative; top: 2px; left: -2px; }
  
  header .whb-main-header .menu-open-label{ letter-spacing: 0.5px; }
  
  header .whb-main-header .menu-opener-icon{ position: relative; left: -3px; top: -1px; }
  
  header .whb-main-header .wd-header-cats.wd-style-1 .menu-opener:after{ position: relative; left: -3px; }
  
  .most_loved_product_catelog .wd-tabs .title{ position: relative; }
  
  .most_loved_product_catelog .wd-tabs .title::after{ position: absolute; bottom: -4px; width: 100%; height: 2px; background-color: var(--main-color); content: ""; left: 0px; right: 0px;  }
  
  .today_hot_deal_new{ position: relative; }
  
  
  .today_hot_deal_new .wd-tabs .title::after,.home_page_recently_viewed .wd-tabs .title::after{ position: absolute; bottom: -13px; width: 100%; height: 2px; background-color: var(--main-color); content: ""; left: 0px; right: 0px;  }
  .home_page_recently_viewed .wd-tabs .title::after{bottom:-16px;}
  .right_side_appliances{ position: relative; }
  
  .right_side_appliances .wd-tabs .title::after{ position: absolute; bottom: -15px; width: 100%; height: 2px; background-color: var(--main-color); content: ""; left: 0px; right: 0px;  }
  
  .home_page_bedding_section{ position: relative; }
  
  
  .home_page_bedding_section .wd-tabs .title::after{ position: absolute; bottom: -11px; width: 100%; height: 2px; background-color: var(--main-color); content: ""; left: 0px; right: 0px;  }
   
  .home_page_bedding_section .elementor-widget-container{ position: relative; top: 5px; }

 .footer-img.elementor-widget.elementor-widget-image {
    position: unset !important;
}
  
  
  header .wd-header-my-account{ position: relative; left: 19px; }
  
  header .wd-header-wishlist .wd-tools-icon{ position: relative; top: -1px; } 
   
  header .wd-header-cart .wd-tools-icon{ position: relative; top: -2px; }
  .home_most_loved_products .e-con-inner {
      position: relative;
  }
  .product_see_all_link.elementor-widget-button {
      position: absolute;
      right: 70px;
      top: 85px;
  }
  .right_side_appliances .product_see_all_link.elementor-widget-button,.home_page_bedding_section .product_see_all_link.elementor-widget-button {
      top: 5px;
  }
  .wd-header-search-mobile.wd-style-icon.wd-display-icon {
    margin-right: 10px;
  }
  .elementor-element blockquote {
    border-width: 6px;
    padding-left: 15px;
    font-weight: 700;
    margin: 20px 0;
  }
  #password_strength {
    color: #E53935;
    margin-top: 10px;
  }
  #password_strength.strong {
    color: #4CAF50;
  }
  #password_strength.good {
    color: #FFC107;
  }
  #password_strength.weak {
    color: #E53935;
  }
  /*************** Child Theme Changes ****************/
  @media (min-width:1601px) {
    .container, .container-fluid {
        max-width: 1522px;
    }
    .home_page_shop_by_category_day .e-con-inner,
    .home_page_today_hot_deals .e-con-inner,
    .recently_viewed_new_sec .e-con-inner,
    .bottom_footer_nav .e-con-inner,
    .footer_payment_strip .e-con-inner {
        max-width: 1470px;
    }
    .footer-container .footer_bottom_strip .elementor-widget-wd_infobox_carousel {
        --container-widget-width: 1470px !important;
    }
    .whb-column.whb-col-right.whb-column10.whb-visible-lg {
        justify-content: flex-end;
        padding-right: 19px;
        gap: 10px;
    }
  }
  @media (max-width: 769px) and (min-width: 768px) {
    .elementor-1146 .elementor-element.elementor-element-ad80dab {
        --width: 35%;
    }
    .elementor-1146 .elementor-element.elementor-element-41d3fa8 {
        --width: 75%;
    }
  }
  @media (min-width:1025px){
    .most_love_product_single .wd-products {
      row-gap: 19px;
    }
    .home_page_recently_viewed .title.slider-title {
      margin-bottom: 30px;
    }
    .plp-page-products-block .wd-page-title.page-title {
        min-height: 200px;
    }
    .plp-page-products-block .wd-content-layout{
        padding-top: 50px;
    }
    .blog main#main-content {
        padding-top: 60px;
    }
  }
  @media (max-width:1024px){
      .home_page_shop_by_category_day .wd-nav-arrows {
              display: none;
      }
      .home_most_loved_products .products-tabs-title {
      margin-left: 0;
      }
      .today_hot_deal_new .title span {
      top: 0px;
      }
      .today_hot_deal_new .wd-tabs .title::after,
      .home_page_bedding_section .wd-tabs .title::after,
      .home_page_recently_viewed .wd-tabs .title::after{
          bottom:-5px;
      }
      .home_page_bedding_section .wd-tabs .tabs-name,
      .recently_viewed_new_sec .title .tabs-text{
          top:-5px;
      }
      .home_page_bedding_section .wd-tabs-header {
      margin-top: 0;
      padding-bottom: 0;
      letter-spacing: 0;
      }
      .recently_viewed_new_sec .wd-tabs-header {
      padding-bottom: 0;
      }
      .wd-product .wd-buttons {
          border-radius: 0;
          right: 0;
          top: 0;
      }
      .wd-product .wd-buttons .wd-action-btn {
              display: block;
      }
      .wd-product .wd-quick-shop .wd-action-btn.wd-style-icon>a {
        width: 40px;
        height: 40px;
      }
      .wd-product .quick-view a::before {
        width: 20px !important;
        background-size: 17px !important;
        height: 20px;
      }
      .product_see_all_link.elementor-widget-button {
        top: 43px;
      }
      .right_side_appliances .product_see_all_link.elementor-widget-button {
        top: 10px;
      }
      .home_page_bedding_section .product_see_all_link.elementor-widget-button {
        top: 8px;
      }
  }
  @media screen and (max-width: 768px) {
    header .whb-general-header {
      min-height: 60px !important;
    }
  
    .f-p-s-block {
      padding-top: 10px;
      padding-bottom: 15px;
      text-align: center;
      justify-content: center !important;
    }
    #copy-right {
      margin-top: 25px;
    }
    .payment_icons_bottom {
      text-align: center;
      padding-top: 15px;
    }
    #copy-right .c-r-text-right {
      text-align: center;
    }
    .h-40 {
      height: auto;
    }
      
      header .wd-header-cart{ position: relative; left: 0px;  }
      
      .footer_infomation_nav{ left: 0px; }
      .footer_policy_nav{ left: 0px; }
      .footer_nav_account{ left: 0px; }
      .footer_nav_newsletter_sigup{ left: 0px; }
      
      .footer_infomation_nav .elementor-widget-container{ display: none; }
          .footer_policy_nav .elementor-widget-container{ display: none; }
          .footer_nav_account .elementor-widget-container{ display: none; }
          
      
      .footer_nav_newsletter_sigup .heading_footer_menu h4{ background-image: none; }
      .footer_nav_newsletter_sigup .heading_footer_menu h4.up_heading{ background-image: none; }
   
      .heading_footer_menu h4{ background-image: url('images/down_arrow_footer.svg'); background-repeat: no-repeat; background-position: right 22px;  }
      
      
      .heading_footer_menu h4.up_heading{ background-image: url('images/up_arrow_footer.svg');}
      
      footer .elementor-heading-title{ padding: 18px 0px 0px 0px; border-top: 1px solid #565656; }
      
      #footer_payment_strip .elementor-heading-title{ border-top: none !important; }
      .footer_newsletter_signup .footer_form_field input[type="email"]{width: 100%;}
      .heading_footer_menu { margin-bottom: -7px; }
      .home_page_banner_slider .e-child {
      margin-left: 00;
      }
      .home_page_recently_viewed .product-wrapper {
      padding: 12px !important;
      }
      .home_page_recently_viewed .product-wrapper .wd-entities-title {
      max-height: max-content;
      font-size: 13px;
      }
      .home_page_slider_banner .wd-carousel {
      height: auto;
      }
      .home_page_slider_banner #slider-90 .wd-slide {
      min-height: auto;
      }
      .home_page_recently_viewed .wd-nav-tabs-wrapper li,.today_hot_deal_new .wd-nav-tabs-wrapper li,
      .appliances_home_page .wd-nav-tabs-wrapper li,.home_page_bedding_section .wd-nav-tabs-wrapper li,
      .home_page_today_hot_deals .wd-nav-arrows,
      .right_side_appliances .wd-nav-arrows,
      .home_page_bedding_section .wd-nav-arrows,
      .wd-carousel-container .wd-nav-arrows{
          display:none !important;
      }
      .home_page_recently_viewed .wd-carousel-container .wd-nav-arrows {
      display: flex !important;
      }
      .product_see_all_link.elementor-widget-button {
      position: absolute;
      right: 15px;
      top: 43px;
      }
      .right_side_appliances .product_see_all_link.elementor-widget-button,
      .home_page_bedding_section .product_see_all_link.elementor-widget-button{
      top: 5px;
      right: 0px;
      }
      .product_layout .wd-product:hover{
        box-shadow: none;
      }
      #home_page_hot_deal_ajax .product-wrapper:hover .product-element-top{
        box-shadow: none;
        border-color:  #E5E5E5;
      }
      #home_page_hot_deal_ajax .product-wrapper .product-element-top img {
        padding: 12px;
    }
    .recently_viewed_new_sec .product-element-top {
        width: 56px;
        flex: 0 0 56px;
    }
    .home_page_recently_viewed .product-wrapper {
        gap: 6px;
    }
  }
  
  
  
  /*************** Media ****************/
  
  /*************** Media ****************/
  
  
  /****** global-css-for-elements *****/
  
  h2{
      font-size: 36px;
      margin-bottom: 5px;
  }
  
  h3{
      font-size: 24px;
  }
  
  p {
      margin-bottom: 8px;
      font-size: 14px;
  }
  
  h1.entry-title.title {
    font-family: Garamond;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #333;
    word-spacing: 6px;
  }
  
  .wd-page-title .container{
      z-index: 2;
  }
  :is(.wd-breadcrumbs,.yoast-breadcrumb) {
    font-size: 14px;
}
.whb-sticky-header.whb-clone {
    z-index: 100000;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #29529A;
}
  /* Make sure the background wrapper can hold the overlay */
  .wd-page-title .wd-page-title-bg {
    position: absolute;  /* already via wd-fill, but safe */
    inset: 0;
    overflow: hidden;
  }
  
  /* Gradient ON TOP of the image */
  .wd-page-title .wd-page-title-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #F6F8FB 0%, #ECF3FF 100%);
    opacity: 0.96;              /* increase to make color stronger */
    pointer-events: none;      /* don't block clicks */
    z-index: 2;
  }
  
  /* Keep the image behind the gradient */
  .wd-page-title .wd-page-title-bg img {
    position: relative;
    z-index: 1;
  }
  
  span.wd-last {
      color: #333 !important;
  }
  .page-id-74163 .wd-page-content {
      background-color: #F7F7F7;
  }
  nav.wd-breadcrumbs a, span.wd-delimiter {
      color: #333 !important;
      font-weight: 400 !important;
  }
  nav.wd-breadcrumbs a {
    position: relative;
  }
  nav.wd-breadcrumbs a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    left: 0;
    bottom: 0;
    background: #333;
    transition: all 0.3s;
  }
  nav.wd-breadcrumbs a:hover:before {
    width: 100%;
  }
  .blog .wd-post-author, .blog .wd-post-author a{
    color: #767676 !important;
    font-weight: 600;
    font-size: 16px;
  }
  .blog .wd-post-author img.avatar {
    display: none;
  }   
  .blog .wd-post-author span:after {
    content: '-';
    margin-left: 5px;
  }
  .wd-post-cat.wd-style-with-bg{
    font-weight: 500 !important;
  }
  h3.wd-post-title.wd-entities-title.title.post-title{
    line-height: 1.1;
  }
  h3.wd-post-title.wd-entities-title.title.post-title a{
    font-size: 20px !important;
    font-weight: 600 !important;  
  }

 .blog .wd-post-read-more.wd-style-link{
    font-weight: 500 !important;
    font-size: 16px !important;
  }

  body.blog .wd-page-content.main-page-wrapper {
    background: #F7F7F7;
}

.blog .wd-post-meta {
    order: 1;
}

.blog h3.wd-post-title.wd-entities-title.title.post-title {
    order: 2;
    line-height: 1.1;
}

.blog .wd-post-excerpt.entry-content {
    order: 3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    line-height: 23px;
    font-size: 16px;
}

.blog .wd-post-read-more.wd-style-link.read-more-section {
    order: 4;
    line-height: 1;
    margin-top: 5px;
}

  .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-text {
      font-weight: 700;
  }

  .search .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light .wd-title-wrapp h1.entry-title.title {
    margin: 0;
}

  @media (max-width:768px){
      .wd-page-content .wd-page-title {
              --wd-title-sp: 22px;
      }
      h1.entry-title.title {
      font-size: 22px;
      }
      nav.wd-breadcrumbs {
      font-size: 14px;
      }
      .blog .wd-post-excerpt.entry-content{
        font-size: 14px;
      }
      .legal_pages_section .elementor-widget-text-editor h3{
      font-size: 18px;
      }
  }
  
  /* blog page */
  
  .wd-post-inner.article-inner {
      height: 100%;
      background-color: #fff;
  }
  
  .wd-post-share.wd-tltp {
      display: none;
  }
  
  .wd-post-reply.wd-style-1 {
      display: none;
  }
  
  /* Contact Us  */
  
  input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
      border: 1px solid #E8E8E8;
      border-radius: 4px;
      color: #333;
  }
  .optional {
    top: 0;
  }
  .wd-grid-g.page-contact-form {
      gap: 7px;
  }
  .wd-col.wd-col-submit input[type="submit"] {
      padding: 13px 23px;
  }
  :is(.catalog-mode-on,.login-see-prices) .wd-product.product span.price {
      margin: auto 0 0;
  }
  :not(.list_wc_product_widget) a.login-to-prices-msg.login-side-opener {
      text-transform: uppercase;
      display: inline-block;
      padding: 12px 20px;
      border-radius: var(--btn-accented-brd-radius);
      color: var(--btn-accented-color);
      box-shadow: var(--btn-accented-box-shadow);
      background-color: var(--btn-accented-bgcolor);
      letter-spacing: 0;
      font-size:14px;
      line-height: 1;
      font-weight:500;
      font-family:"Proxima Nova Medium";
  }
  .list_wc_product_widget a.login-to-prices-msg.login-side-opener {
      padding: 0;
      display: inline-block;
      background: transparent;
      color: var(--wd-primary-color);
      border-radius: 0;
  }
  .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
      bottom: 0;
  }
  .wd-grid-g.page-contact-form textarea {
    min-height: 100px;
  }
  .legal_pages_section .elementor-widget-text-editor h2.wp-block-heading {
    font-size: 36px;
    margin-bottom: 30px;
    font-family: 'Proxima Nova';
    font-weight: 700;
    text-align: left;
  }
  .legal_pages_section .elementor-widget-text-editor h3 {
      margin-bottom: 10px;
  }
  .legal_pages_section .elementor-widget-text-editor li {
      margin-bottom: 0;
  }
  .legal_pages_section .elementor-widget-text-editor div {
    font-size: 14px;
  }
  .legal_pages_section .elementor-widget-text-editor a {
    font-weight: 600;
  }
  .legal_pages_section .elementor-widget-text-editor a:hover{
    color: #29529A;
  }
  .wd-header-wishlist.wd-tools-element.wd-style-icon.wd-with-count.wd-design-2.whb-a22wdkiy3r40yw2paskq {
      margin-left: 10px;
  }
  /* -------- Product page -------- */
  .single-product-page {
      margin-top: 3px;
  }
  .single-breadcrumbs-wrapper {
      margin-bottom: 10px;
  }
  .product-image-summary .summary-inner {
      --wd-mb: 18px;
  }
  .single-breadcrumbs-wrapper .wd-products-nav {
      display: none;
  }
  .single-product-page .wd-last-link,
  .single-product-page nav.wd-breadcrumbs a {
      white-space: nowrap;
  }
  .single-breadcrumbs-wrapper :is(.wd-breadcrumbs) {
      flex-wrap: nowrap;
  }
  .single-product-page .single-breadcrumbs-wrapper :is(.wd-breadcrumbs) .wd-last {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400;
  }
  h1.product_title.entry-title.wd-entities-title {
      font-size: 30px;
  }
  .single-product-page .summary-inner > .price{
      font-size:16px;
  }
  .single-product-page .summary-inner > .price span.woocommerce-Price-amount.amount {
    font-size: 18px;
  }
  .single-product-page .summary-inner>.price .wd-price-unit {
    color: #29529A;
  }
  form.cart button.single_add_to_cart_button {
      flex: 1 1 auto;
      font-weight: 500;
  }
  form.cart a.single_add_to_cart_button.product_type_simple {
      flex: 1 1 auto;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  .single-product-page .woocommerce-product-gallery .product-labels {
    left: 15px;
    max-width: max-content;
  }
  .product-tabs-wrapper {
      border: none;
  }
  .single-product-page .wd-nav-tabs {
      gap: 40px;
  }
  .single-product-page .wd-nav-tabs>li>a {
      font-size: 14px;
      letter-spacing: 0;
      padding: 20px 0;
      min-height: auto;
      font-weight:400;
  }
  .single-product-page .wd-nav-tabs > li.active > a {
      font-weight: 700;
  }
  .single-product-page .wd-nav-wrapper.wd-nav-tabs-wrapper {
      border-top: 1px solid #E8E8E8;
      border-bottom: 1px solid #E8E8E8;
  }
  .single-product-page .wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
      top: auto;
      bottom: 0;
  }
  .wd-accordion-item .wc-tab-inner {
      color: #333;
  }
  .wd-accordion-item .wc-tab-inner h2,.wd-accordion-item .wc-tab-inner h3 {
      font-family: 'Garamond Bold';
      font-size: 24px;
      letter-spacing: 0;
      line-height: 1.2;
      margin-bottom: 12px;
  }
  .woocommerce-product-details__short-description {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .wd-content-area .product-tabs-wrapper {
      border: none;
      margin-top: 80px;
  }
  .related-and-upsells {
      margin-bottom: 40px;
  }
  .related-and-upsells .wd-products-element h2.title {
      font-family: 'Garamond Bold';
      font-size: 28px;
      line-height: 1.2;
      padding-bottom: 15px;
      border-bottom: 2px solid #E8E8E8;
  }
  .related-and-upsells .wd-products-element h2.title span {
      position: relative;
  }
  .related-and-upsells .wd-products-element h2.title span:after {
      position: absolute;
      bottom: -17px;
      left: 0px;
      width: 100%;
      content: "";
      background-color: #29529a;
      height: 2px;
      z-index: 1;
  }
  .related-and-upsells .wd-nav-arrows {
      position: absolute;
      top: -50px;
      inset-inline-end: -10px;
      display: flex;
      gap: var(--wd-arrow-gap, 0.001px);
      z-index: 250;
  }
  .related-and-upsells .wd-nav-arrows .wd-btn-arrow {
      opacity: 1 !important;
      position: unset !important;
      transform: none !important;
  }
  .related-and-upsells .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
      width: 30px;
      height: 30px;
  }
  .related-and-upsells .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
      font-size: 16px;
  }
  .related-products .wd-nav-pagin-wrap {
      display: none;
  }
  .related-and-upsells .wd-carousel-item {
      height: auto;
  }
  .related-and-upsells .wd-product,
  .wd-fbt-wrap .wd-product {
      padding: 5px 0 20px;
      height: 100%;
  }
  .related-and-upsells .wd-product:hover,
  .wd-fbt-wrap .wd-product:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  }
  .related-and-upsells .wd-product .product-wrapper,
  .wd-fbt-wrap .wd-product .product-wrapper {
      height: 100%;
  }
  .related-and-upsells .wd-product .product-image-link,
  .wd-fbt-wrap .wd-product .product-image-link {
      padding: 10px;
  }
  .related-and-upsells .wd-product .product-element-top img,
  .wd-fbt-wrap .wd-product .product-element-top img {
      aspect-ratio: 1 / 1;
      object-fit: contain;
  }
  .related-and-upsells .wd-product .wd-entities-title,
  .wd-fbt-wrap .wd-product .wd-entities-title {
      padding: 0 10px;
  }
  .related-and-upsells .wd-product .wd-add-btn,
  .wd-fbt-wrap .wd-product .wd-add-btn {
      margin-top: auto;
  }
  .woocommerce-product-gallery.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img {
      border: 1px solid #E8E8E8;
      aspect-ratio: 1 / 1;
      height: auto;
  }
  .thumbs-position-left.wd-has-thumb .wd-gallery-images {
      border: 1px solid #E8E8E8;
  }
  .home_page_bedding_section .product_list_widget>li:not(:last-child) {
      margin-bottom: 18px;
      padding-bottom: 18px;
  }
  .wd-social-icons .wd-label.share-title {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      margin-right: 8px;
  }
  .wd-social-icons.wd-shape-circle.wd-style-default>a {
      width: 26px;
      height: 26px;
      background: #333333;
      color: #fff;
      margin-right: 8px;
      padding: 0;
  }
  .wd-social-icons.wd-shape-circle.wd-style-default>a .wd-icon {
      display: flex;
  }
  .single-product-page .summary-inner>.price .login-to-prices-msg {
      width: 100%;
      text-align: center;
      line-height: 1;
      padding: 13px 20px;
  }
  .woocommerce-product-details__short-description h2, 
  .woocommerce-product-details__short-description h3 {
    font-size: 18px;
  }
  .summary-inner .custom-product-fields {
      position: relative;
      padding: 18px 15px 18px 25px;
      background: #F7F7F7;
      border-radius: 6px;
      color: #333;
      margin-bottom: 20px;
      display: flex;
  }
  .custom-product-fields-left {
    flex: 1 1 auto;
  }
  .custom-product-fields p {
      margin: 0;
      line-height: 1.7;
      font-size: 14px;
  }
  .custom-product-fields p strong {
      min-width: 120px;
      display: inline-block;
  }
  .summary-inner .custom-product-fields .images {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: auto;
  }
  .summary-inner .custom-product-fields ul {
      margin: 0;
  }
  .product-image-summary .summary-inner .product_meta {
      padding-top: 3px;
      border: 0;
      z-index: 1;
      position: relative;
      gap: 0;
      font-size: 14px;
      padding-left: 0;
      color: #333;
      line-height: 1.7;
      margin-bottom: 0;
  }
  .summary-inner .custom-product-fields+.product_meta,
  .summary-inner .variations_form-linked+.product_meta {
    display: none;
  }
  .summary-inner .custom-product-fields+.variations_form-linked {
    margin-bottom: 0;
  }
  .product-quick-view .cart.wd-login-to-see-price .single_add_to_cart_button,
  .user-not-logged-in .summary-inner .cart .single_add_to_cart_button {
    width: 100%;
 }
  .wd-product.user-not-logged-in.wd-hover-standard.product .add_to_cart_button{
    width: fit-content;
    padding: 0 15px;
  }
  form.cart {
    margin-top: 25px;
  }
  .product_meta .meta-label {
      min-width: 120px;
      display: inline-block;
  }
  .product_meta span a {
      color: #333;
  }
  .summary-inner .custom-product-fields .images img {
      width: 70px;
      height: auto;
      object-fit: cover;
      margin: 0 !important;
  }
  td.product-thumbnail {
      padding: 5px;
  }
  .single-product-page .afb2b_role_template_div {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
  }
  .single-product-page .afb2b_role_template_header {
    padding: 13px 24px;
    margin: 0;
    background: #F6F9FF;
  }
  .single-product-page .afb2b_role_template_header h2 {
    font-size: 14px !important;
    line-height: 1;
  }
  .single-product-page .afb2b_role_list_box {
    max-width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
  }
  .single-product-page .afb2b_role_list_box:last-child {
      border-bottom: 0;
  }
  .single-product-page .afb2b_role_list_box .afb2b_role_list_inner_container {
    grid-template-columns: 14px 60% auto;
    column-gap: 15px;
  }
  .single-product-page .afb2b_role_list_inner_container .heading {
      font-size: 14px;
  }
  .single-product-page .afb2b_role_list_price_text p, .single-product-page .afb2b_role_list_price_text span.amount {
      color: #29529A;
  }
  .single-product-page .afb2b_role_list_price_text del span.amount {
      color: var(--color-gray-300);
  }
  .product-images {
      position: relative;
  }
  body:not(.logged-in) .product-images .single-wishlist-over-image {
    display: none;
}
  .product-images .single-wishlist-over-image {
      position: absolute;
      top: 15px;
      right: 7px;
      z-index: 2;
      line-height: 1;
  }
  .product-images .single-wishlist-over-image .wd-action-text {
      display: none;
  }
  .product-images .single-wishlist-over-image a {
      font-size: 22px;
  }
  .single-product-page .woocommerce-breadcrumb .wd-last-link ~ span{
    display: block;
  }
  .plp-page-subcategory-block .category-grid-item .wd-cat-image{
    margin: 0;
  }
  .invite_your_friend_section form textarea {
    min-height: 120px;
  }
  .product-image-summary .woocommerce-product-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
  div.quantity input[type="button"]:hover {
    color: #333 !important;
  }
  @media (min-width:1025px){
      .product-images .single-wishlist-over-image {
      right: 0px;
      }
      .product-image-summary-inner {
          display: flex;
          gap: 67px;
      }
      .product-image-summary-inner .product-images {
          width: 55.12%;
          margin-top: 7px;
      }
      .product-image-summary-inner .summary.entry-summary {
          flex: 1 1 auto;
      }
      .woocommerce-product-gallery.thumbs-position-left .wd-gallery-thumb {
          flex: 0 0 120px;
      }
      .woocommerce-product-gallery.thumbs-position-left.wd-has-thumb .wd-gallery-images {
      flex: 1 1 auto;
      }
      .woocommerce-product-gallery.thumbs-position-left .wd-thumb-nav {
      display: none;
      }
      .thumbs-position-left .wd-gallery-thumb .wd-carousel {
      --wd-thumbs-height: 570px;
      }
  }
  @media screen and (max-width: 1024px) {
    .wd-product:hover {
      box-shadow: none !important;
    }
  }
  @media (max-width:768px){
    .single-product-page .summary-inner>.price {
        font-size: 14px;
    }
    .single-product-page .summary-inner>.price span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }
      .single-product-page .woocommerce-product-gallery {
              gap: 12px;
      }
      .woocommerce-product-gallery .wd-carousel-container.wd-gallery-thumb .wd-nav-arrows {
      display: block !important;
      }
      .wd-carousel-container.wd-gallery-thumb {
      padding: 0 20px;
      }
      .wd-carousel-container.wd-gallery-thumb .wd-nav-arrows.wd-pos-sep .wd-prev .wd-arrow-inner {
      width: 30px;
      height: 30px;
      }
      .wd-carousel-container.wd-gallery-thumb .wd-nav-arrows.wd-pos-sep .wd-prev {
      inset-inline-end: 100%;
          --wd-arrow-size: 30px;
      }
      .wd-carousel-container.wd-gallery-thumb .wd-nav-arrows.wd-pos-sep .wd-next {
      inset-inline-start: 100%;
      --wd-arrow-size: 30px;
      }
      .summary nav.wd-breadcrumbs {
      font-size: 13px;
      }
      h1.product_title.entry-title.wd-entities-title {
      font-size: 24px;
      }
      .wd-content-area .product-tabs-wrapper {
      margin-top: 30px;
      }
      .product-tabs-wrapper .wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,.product-tabs-wrapper .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
      border-top: 1px solid var(--brdcolor-gray-300);
      }
      .product-tabs-wrapper .wd-accordion-title-text {
      text-transform: uppercase;
      font-weight: 400;
          font-size: 14px;
          line-height: 1;
      }
      .product-tabs-wrapper .wd-active .wd-accordion-title-text {
      font-weight: 700;
      }
      .related-and-upsells .wd-products-element h2.title span:after {
      bottom: -14px;
      }		
      .related-and-upsells .wd-products-element h2.title {
          font-size: 22px;
          padding-bottom: 12px;
      }
      .summary-inner .custom-product-fields .images img {
        width: 50px;
      }
      .summary-inner .custom-product-fields {
        padding: 20px 15px;
      }
      .custom-product-fields p {
        font-size: 13px;
      }
      .product_meta .meta-label,
      .custom-product-fields p strong {
        min-width: 100px;
      }
      .legal_pages_section .elementor-widget-text-editor h2.wp-block-heading {
        font-size: 22px;
        margin-bottom: 20px;
     }
  }
  
  
  h3.wd-entities-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  
  
  body.archive .wd-page-title .wd-page-title-bg::before {
      display: none;
  }
  
  
  .wd-cat-count.more-products {
      color: #fff;
  }
  
  /* quick order */
  
  .woocommerce-cart-form__cart-item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
      width: 60px;
  }
  
  td.product-name a {
      font-size: 14px;
      display: inline-block;
      white-space: normal;
  }
  
  span.woocommerce-Price-amount.amount {
    color: #29529A;
    font-size:16px;
  }
  
 del span.woocommerce-Price-amount.amount {
    color: #8B8B8B;
}
.wd-product .product-wrapper{height: 100%;}
  .product-quantity .quantity {
      --wd-form-height: 42px;
      display: inline-flex;
      vertical-align: top;
      white-space: nowrap;
  }
  
  div.quantity input[type="button"], .wd-product div.quantity input[type="button"] {
      min-width: 35px;
      font-size: 18px;
      line-height: 1;
      border-width: 1px;
  }
  
  div.quantity input[type="button"] {
      padding: 0 5px !important;
      min-width: 35px !important;
      min-height: unset !important;
      height: var(--wd-form-height) !important;
      border: 1px solid var(--wd-form-brd-color) !important;
      background: var(--wd-form-bg) !important;
      box-shadow: none !important;
  }
  
  div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
      display: inline-block;
      color: var(--wd-form-color);
  }
  
  div.quantity .minus {
      border-start-start-radius: var(--wd-form-brd-radius);
      border-end-start-radius: var(--wd-form-brd-radius);
  }
  
  div.quantity input[type="number"] {
      width: 40px !important;
      border-radius: 0;
      border-right: none;
      border-left: none;
      appearance: textfield;
  }
  
  button#b2bwoo_quick_order_add_to_cart_btn {
      background: #29529A;
      color: #fff;
      border-radius: 30px;
  }
  
  
  a#download-csv-template {
      color: #29529A;
      background: none;
        padding: 0;
        position: relative;
  }
  
  div.quantity .plus {
      border-start-end-radius: var(--wd-form-brd-radius);
      border-end-end-radius: var(--wd-form-brd-radius);
  }
  
  a#download-csv-template::before {
      content: "";
      position: absolute;
      left: -25px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url('images/download.png');
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  article#post-74103{
      display: flex;
      flex-wrap: wrap;
  }
  
  .b2bwoo-csv-upload-section {
      order: 2;
      flex: 0 0 calc(40% - 10px);
  }
  
  .b2bwoo-quick-order-product-search {
      order: 0;
      flex: 0 0 100%;
  }
  
  div#b2bwoo_quick_order_container {
      order: 1;
      flex: 0 0 calc(60% - 30px);
      margin-right: 30px;
  }
  #b2bwoo_quick_order_container td.product-thumbnail img.woocommerce-placeholder {
    width: 60px;
  }
  td.actions {
      border-bottom: none;
  }
  .b2bwoo-csv-upload-box {
      border: none !important;
      border-radius: 8px;
      background: #f9fafb;
      padding: 100px 16px;
      text-align: center;
      margin-bottom: 18px;
      position: relative;
      transition: border-color 0.2s;
  }
  
  .b2bwoo-csv-upload-section {
      max-width: 100%;
      margin: 40px auto 0 auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: none;
      padding: 0;
      font-family: 'Proxima Nova';
  }
  
  .b2bwoo-csv-step-desc, .b2bwoo-csv-step-title {
      display: none;
  }
  .b2bwoo-csv-upload-section p, .b2bwoo-csv-upload-section b {
    color: #333;
    font-family: 'Proxima Nova Medium';
    font-weight: 400;
    text-align: left;
 }
 .b2bwoo-csv-upload-section p.error, .b2bwoo-csv-upload-section p.error b {
    color: #E53935;
 }
 .b2bwoo-csv-upload-section p.success, .b2bwoo-csv-upload-section p.success b {
    color: #00C84A;
 }
  td.actions {
      padding-left: 0;
      padding-top: 25px;
  }
  
  table th{
      font-size: 14px;
  }
  
  td.product-remove {
      position: relative;
  }
  
  a.remove.remove-from-quick-order::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 18px;
      background-image: url('images/delete-icon.svg');
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  a.remove.remove-from-quick-order {
      font-size: 0;
  }
  
  div#b2bwoo_quick_order_container {
      margin: 0;
  }  
  
  .plp-page-subcategory-block .products.wd-products.wd-grid-g.title-line-one {
      --wd-col-lg: 4 !important;
      --wd-col-md: 3 !important;
      --wd-col-sm: 1 !important;
      --wd-gap-lg: 29.34px !important;
      --wd-gap-sm: 15px !important;
      margin-bottom: 40px;
  }
  
  .plp-page-subcategory-block .wd-content-area.site-content.wd-grid-col {
      grid-column: auto / span 12 !important;
  }
  .plp-page-subcategory-block .wd-page-title .wd-title-wrapp {
    flex-direction: column;
    gap: 6px;
  }
  /* cateogry page */
  
  .plp-page-subcategory-block .wd-cat img {
      width: 100%;
      object-fit: cover;
      object-position: top;
  }
   
  .plp-page-subcategory-block .wd-cat .wd-entities-title {
      margin-bottom: 0;
      font-family: Proxima Nova;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-transform: capitalize;
      color: #fff;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .plp-page-subcategory-block .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
      width: 100%;
      height: 300px;
      object-fit: contain;
  }
  .plp-page-subcategory-block .wd-product:hover {
      background-color: var(--wd-prod-bg, var(--bgcolor-white));
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
      padding: 10px;
  }
  
   .plp-page-subcategory-block .wd-show-sidebar-btn.wd-action-btn.wd-style-text.wd-burger-icon {
      display: none;
  }
  
  .plp-page-subcategory-block .wd-back-btn.wd-action-btn.wd-style-icon, .plp-page-products-block .wd-back-btn.wd-action-btn.wd-style-icon {
      display: none;
  }
  
  .plp-page-products-block:not(.home) .wd-product{
      padding:15px 10px 20px;
      height:100%;
  }
  .plp-page-products-block:not(.home) .wd-product:hover{
      background: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  }
  .plp-page-products-block:not(.home) .wd-product .wd-buttons.wd-pos-r-t {
    top: 0px;
    right: 5px;
  }
  .wd-carousel-container .wd-product,
  .plp-page-products-block .wd-product .product-wrapper{
      height:100%;
  }
  .plp-page-products-block .wd-entities-title a {
      font-size: 16px;
  }
  
  .plp-page-products-block .wd-product-cats, 
  .plp-page-products-block .wd-product .star-rating{
      display:none;
  }
  
  .plp-page-products-block span.woocommerce-Price-amount.amount, .plp-page-products-block .wd-price-unit{
      color: #29529A;
      font-size:16px;
  }
  .plp-page-products-block del span.woocommerce-Price-amount.amount {
    color: #8B8B8B;
}
  .cart-widget-side.wd-side-hidden.wd-right.wd-opened span.title {
      font-family: Garamond;
      font-weight: 700;
      font-size: 22px !important;
      line-height: 100%;
  }
  
  .cart-info span.wd-entities-title {
      font-size: 16px !important;
      line-height: 20px !important;
  }
  .cart-info span.wd-entities-title span {
    font-size: 12px !important;
  }
  .cart-info .quantity {
      color: #767676 !important;
      font-family: Proxima Nova;
      font-weight: 500;
      font-size: 13px !important;
      line-height: 16px;
  }
  
  .cart-info .woocommerce-Price-amount.amount, .cart-info .wd-price-unit {
      color: #333 !important;
      font-family: Proxima Nova;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
  }
  
  a.cart-item-image img {
      min-width: 60px !important;
      max-width: 60px !important;
  }
  
  .cart-widget-side .woocommerce-mini-cart .remove::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 18px;
      background-image: url('images/delete-icon.svg');
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  .woocommerce-mini-cart .remove:after {
      font-size: 0 !important;
  }
  
  .woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
      font-size: 16px !important;
      font-weight: 700;
      line-height: 25px;
      color: #333;
  }
  
  span.widget-product-info a.login-to-prices-msg.login-side-opener, span.widget-product-info a.login-to-prices-msg.login-side-opener{
      font-size: 12px;
      padding: 10px 14px !important;
  }
  
  .wd-negative-gap .e-con-inner {
      justify-content: space-between !important;
  }
  
  .woocommerce-cart ul.wd-checkout-steps {
      color: #333;
      font-family: Garamond;
      font-weight: 700;
      font-size: 22px;
      line-height: 100%;
      text-align: center;
  }
  
  .woocommerce-cart a.wc-block-components-product-name{
      font-size: 16px !important;
      font-weight: 600;
  }
  
  .woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
      font-size: 22px !important;
       font-family: "Garamond Bold", Sans-serif;
      text-transform: capitalize;
  }
  
  .woocommerce-cart .wc-block-components-formatted-money-amount{
  font-size:14px !important;
      color: #333;
  }
  
  .woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
      background: #f7f7f7;
      padding: 20px !important;
      border-radius: 10px;
      height: max-content;
  }
  
  .woocommerce-cart .wc-block-components-totals-wrapper span.wc-block-components-totals-item__label {
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 25px;
  }
  
  .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
      font-weight: 700 !important;
      font-size: 14px !important;
      line-height: 25px;
      text-align: right;
      color: #333 !important;
  }
  
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
      aspect-ratio: 1 / 1;
      object-fit: cover;
  }
  
  .woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
      font-size: 14px !important;
  }
  
  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
      box-sizing: border-box;
      margin: 0;
      padding-right: 30px;
      width: 65%;
  }
  
  .wp-block-woocommerce-cart-order-summary-totals-block{
    padding-bottom: 0;
  }
  
  .plp-page-subcategory-block .wd-cat-inner.wrapp-category a.wd-fill.category-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0) 22.21%, rgba(18, 18, 18, 0.8) 100%);
  }
  
    .plp-page-subcategory-block  .cat-design-default .wd-cat-content {
          z-index: 6;
      }
  
  /* My account */
  .woocommerce-Address-title h2,.woocommerce-MyAccount-content form h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .woocommerce-Address-title .edit {
    font-size: 16px;
  }
  address {
    font-style: normal;
    color: #333;
  }
  .woocommerce-address-fields__field-wrapper p.form-row {
    margin-bottom: 15px;
  }
  body .select2-container--default .select2-selection--single {
    border-width: 1px;
    border-radius: 4px;
    border-color: #e8e8e8;
  }
  #billing_address_1_field {
    margin-bottom: 10px;
  }
  .woocommerce-MyAccount-content p {
    color: #333;
  }
  .woocommerce-MyAccount-content fieldset legend {
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 15px;
  }
  .woocommerce-MyAccount-content fieldset h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
  .woocommerce-EditAccountForm fieldset {
    border-width: 0;
    padding: 0px 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
  }
  .woocommerce-EditAccountForm .afreg_extra_fields > fieldset {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .woocommerce-EditAccountForm .afreg_extra_fields > fieldset button[type="submit"] {
    margin-top: 15px;
  }
  .afreg_extra_fields h3:empty {
      display: none;
  }
  .addify-quote-details .responsive-table {
      margin-bottom: 24px;
  }
  .woocommerce-order-details.addify-quote-details h2 {
      font-size: 20px;
      line-height: 1.5;
  }
  .addify-quote-details .cart-totals-inner h2 {
      margin-top: 24px;
      margin-bottom: 5px;
  }
  section.addify-quote-details table.quote_details th, section.addify-quote-details table.quote_details td {
      padding-bottom: 0.875em;
  }
  section.addify-quote-details table.quote_details th:first-child, section.addify-quote-details table.quote_details td:first-child {
      padding-left: 0;
  }
  section.addify-quote-details table.quote_details th:last-child, section.addify-quote-details table.quote_details td:last-child {
      padding-right: 0;
  }
  .addify-quote-details .product-name .wc-order-item-sku {
      display: none;
  }
  .wd-builder-off .woocommerce-MyAccount-navigation ul>li.is-active>a {
      background-color: #F7F7F7;
  }
  .wd-builder-off .woocommerce-MyAccount-title {
      font-size: 20px;
      text-transform: capitalize;
      padding: 0 0 20px;
      margin-bottom: 20px;
  }
  .wd-nav-my-acc.wd-nav:where(:not(.wd-dis-hover))>li:where(.wd-opened,:hover)>a {
      background: #f7f7f7;
  }
  .woocommerce-table--order-details :is(th,td) {
      border-width: 1px;
      border-color: #E4E4E4;
  }
  h2.woocommerce-order-details__title, h2.woocommerce-column__title {
      font-size: 30px;
  }
  .woocommerce-customer-details address,
  p.woocommerce-customer-details--email{
      font-size: 16px;
  }
  h2.woocommerce-column__title {
      line-height: 1;
      margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .woocommerce-order-details {
      margin-bottom: 50px;
  }
  mark.order-number, mark.order-date, mark.order-status {
      font-weight: 700;
      padding: 0;
      background: transparent;
  }
  .woocommerce-orders-table__cell-order-number a,
  mark.order-number {
      color: #29529A;
  }
  td.woocommerce-orders-table__cell,
  .woocommerce-orders-table__cell-order-number a,
  td.woocommerce-orders-table__cell span.woocommerce-Price-amount.amount {
      font-size: 14px;
  }
  .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product {
      display: flex;
      flex-direction: column;
      padding: 20px;
  }
  
  .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  }
  .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product .product-wrapper .wd-entities-title a {
    font-size: 16px;
  }
  
  .wc-block-components-panel__button {
      color: #333;
      font-size: 16px;
  }
  
  .woocommerce-cart ul.wd-checkout-steps {
      text-transform: capitalize;
  }
  
  a.wc-block-components-product-name {
      color: #333 !important;
  }
  
  .wd-checkout-steps .step-active>:is(a,span){
      text-decoration: none !important;
  }
  
  div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
      width: 40px;
      border-width:1px;
  }
  
  div.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
      min-width: 35px !important;
  }
  
  div.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
      border: 1px solid var(--wd-form-brd-color) !important;
  }
  
  .wd-header-cart .wd-cart-subtotal .woocommerce-Price-amount.amount {
      color: #333;
  }
  .product-quick-view h1.product_title.entry-title.wd-entities-title a {
      height: auto;
      font-size: 24px;
      line-height: 1.2;
  }
  .page-id-74414 #main-content aside.wd-sidebar {
      display: none;
  }
  .page-id-74414 #main-content .wd-content-area.site-content {
      grid-column: auto / span 12;
  }
  .sitemap_fliter_lists ul.wd-list {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    border-right: 0;
  }
  .sitemap_fliter_lists ul.wd-list li {
    flex: 1;
    justify-content: center;
    line-height: 1;
    border-right: 1px solid #E8E8E8;
    padding: 14px 0;
    color: #333;
    cursor: pointer;
  }
  .sitemap_fliter_lists ul.wd-list li.active {
    color: #29529a;
  }
  .sitemap_section .elementor-sitemap-wrap .elementor-sitemap-section {
      flex-basis: 100% !important;
  }
  .sitemap_section .elementor-sitemap-list li.elementor-sitemap-item {
      margin: 0;
  }
  .sitemap_section h2.elementor-sitemap-title {
      padding: 20px 12px;
      text-align: center;
      background: #f7f7f7;
      margin-bottom: 11px;
  }
  .sitemap_section .elementor-sitemap-list {
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 11px;
      text-align: center;
      margin-bottom: 10px;
  }
  .sitemap_section li.elementor-sitemap-item a {
      display: flex;
      justify-content: center;
      padding: 11px;
      border: 1px solid #E8E8E8;
  }

  .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wc-block-components-quantity-selector {
    margin: 0 !important;
}

button.wc-block-cart-item__remove-link::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background-image: url('images/delete-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

button.wc-block-cart-item__remove-link {
    font-size: 0 !important;
}

.wd-sub-menu li>a {
    color: #333;
}
.wd-sub-menu li>a img, .wd-nav-img {
    width: 18px !important;
    height: 18px !important;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #F00;
    font-size: 14px;
    margin-top: 10px;
}

.footer_form_field p {
    margin: 0;
}

div.wpcf7 .wpcf7-spinner:before {
    top: 5px !important;
}

.wd-carousel-wrap{
	align-items: baseline;
}

.wd-term-desc.wd-entry-content h2, .term-description h2 {
    font-family: Garamond;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

form#customer_login {
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
}

.elementor-element.elementor-element-90618c8.elementor-widget.elementor-widget-button {
    display: flex;
    justify-content: center;
}

.wd-header-my-account.wd-tools-element.wd-event-hover.wd-design-1.wd-account-style-text.login-side-opener {
    text-transform: uppercase;
}

form#customer_login::after {
    content: '';
    position: absolute;
    background: url('images/blue-bird-new.png') no-repeat center center;
    background-size: contain; /* like object-fit for backgrounds */
    top: -20px;
    right: -120px;
    height: 140px;
    width: 140px;
}

form.woocommerce-form.woocommerce-form-register.register h1 {
    padding: 0 8px;
    font-size: 24px;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0;
	position: relative;
    float: left;
    width: 100%;
}

form.woocommerce-form.woocommerce-form-register.register h1::before {
    content: '';
    position: absolute;
    border-top: 1px solid #e8e8e8;
    top: 25%;
    left: 8px;
    width: calc(100% - 16px);
    height: 1px;
}

:is(.register,.woocommerce-form-login) .button {
    max-width: 150px;
    display: flex;
    margin: 0 auto;
}
.blog-design-masonry.blog-style-bg .wd-post-cat.wd-style-with-bg {
    padding: 9px 10px 7px;
    line-height: 1;
    height: auto;
    font-family: 'Proxima Nova Medium';
    margin-top: -39px;
}
.blog-design-masonry.blog-style-bg .wd-post-thumb img {
    aspect-ratio: 384 / 238;
    object-fit: cover;
}
.wd-shop-tools .wd-products-per-page {
    font-size: 14px;
}
.single-post .wd-page-title .wd-page-title-bg::before {
  display: none;
}
.wd-post .wd-post-meta {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 2px;
}
.single-post .title-size-default {
    --wd-title-sp: 270px !important;
}

.single-post .wd-content-area .wd-post-cat.wd-style-with-bg {
    display: none;
}

.single-post h1.entry-title.title{
    font-family: 'Proxima Nova';
    letter-spacing: 0;
    text-align: left;
    word-spacing: 0;
    font-size: 36px;
    line-height: 1.11115;
    margin-bottom: 15px;
}

.single-post .wd-content-area.site-content .container {
    padding: 0;
}
.single-post .wd-post-meta {
    font-family: 'Proxima Nova';
    font-weight: 600;
    line-height: 1;
    color: #767676;
}
.single-post .wd-content-area .wd-post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.single-post .wd-post-meta .wd-post-author img.avatar {
    display: none;
}
.single-post .wd-content-area .wd-post-meta .wd-post-author {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-right: 9px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Proxima Nova';
    font-weight: 600;
    color: #767676;
}
.single-post .wd-post-meta .wd-post-author,
.single-post .wd-post-meta .wd-post-author a{
    color: #767676;
}
.single-post .wd-post-meta .wd-post-author span:after {
    content: '-';
    margin-left: 5px;
    color: #767676;
}
.single-post .wd-content-area .wd-post-meta .wd-post-author::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 11px;
    background: #767676;
    transform: translateY(-50%);
}
.post-single-page p {
    color: #333333;
}
.post-single-page .wd-text-block h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 8px;
    margin-top: 0;
}
.post-single-page .wd-text-block h3 {
    font-size: 24px;
    margin-top: 40px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.single-post .wd-post-date.wd-style-default {
    font-size: 16px;
    font-family: 'Proxima Nova Medium';
    font-weight: 500;
    color: #767676;
}

.single-post .wd-carousel-container:not(.wd-images-gallery,.info-box-carousel-wrapper) {
    max-width: 900px;
    margin: 80px auto;
}

.single-post .wd-carousel-container h4.wd-el-title.title {
    justify-content: center;
    font-family: Garamond;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 29px;
}
.testimonial-content footer {
    background: transparent ! IMPORTANT;
}
.single-post .wd-page-content.main-page-wrapper {
    background-color: #F7F7F7;
}
.comment-form .comment-form-comment, .comment-form .comment-form-cookies-consent, .comment-form .form-submit {
    order: 1;
}
.comments-area :is(.comments-title,.comment-reply-title) {
    font-size: 24px;
    line-height: 1.2;
}
.single-post .comments-area .logged-in-as {
    color: #333;
    margin-bottom: 25px;
}
.single-post .comments-area .logged-in-as>a, .single-post .comments-area .logged-in-as .required-field-message {
    color: #333;
    font-size: 14px;
}
.comment-form .submit {
    line-height: 1;
}
.comment-form p.comment-form-url {
    display: none;
}
.single-post .wd-single-footer{
    display: none;
}
.single-post .wd-social-icons {
    gap: 8px;
}
.single-post .wd-social-icons > a {
    width: 28px;
    height: 28px;
    background: #333;
    font-size: 14px;
}
.single-post .wd-social-icons > a .wd-icon {
    line-height: 1;
    margin-bottom: -1px;
}
.related-posts-slider .wd-carousel-wrap {
    align-items: stretch;
}
.related-posts-slider .wd-carousel-wrap .wd-carousel-item {
    height: auto;
}
.related-posts-slider .wd-carousel-wrap .wd-carousel-item article {
    height: 100%;
    background-color: #fff;
}
.related-posts-slider .wd-nav-pagin-wrap {
    display: none;
}
.related-posts-slider .wd-post-meta {
    order: 1;
    margin-top: 6px;
}
.related-posts-slider h3.wd-post-title.wd-entities-title.title.post-title{
    order: 2;
}
.related-posts-slider .wd-post-excerpt.entry-content {
    order: 3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-posts-slider .wd-post-read-more.wd-style-link {
    order: 4;
    display: none;
}
.wd-post-date.wd-style-with-bg .post-date-day {
    font-weight: 600;
    font-size: 24px !important;
}
.wd-post-date.wd-style-with-bg {
    min-width: 68px !important;
    min-height: 68px;
    justify-content: center;
}
.single-post .wd-page-nav.wd-design-1 {
    border-block: 1px solid #E8E8E8;
    padding: 20px 0;
}
.single-post .wd-page-nav .wd-page-nav-btn {
    flex: 0 0 82px;
    max-width: 82px;
    display: flex;
}
.single-post .wd-page-nav .wd-page-nav-btn.prev-btn {
    margin-right: auto;
}
.single-post .wd-page-nav .wd-page-nav-btn.next-btn {
    margin-left: auto;
}
.single-post .wd-page-nav .wd-page-nav-btn.prev-btn .wd-label {
    color: #333;
    order: 1;
    margin: 0;
}
.single-post .wd-page-nav .wd-page-nav-btn.prev-btn svg {
    transform: rotateZ(180deg);
}
.single-post .wd-page-nav span.wd-label-share {
    font-size: 14px;
    line-height: 165%;
    margin-right: 10px;
    color: #333333;
}
.single-post .wd-page-nav .wd-page-nav-btn a span {
    color: #333333;
    margin-bottom: 0;
}
.single-post .wd-page-nav .wd-page-nav-btn a {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    gap: 10px;
    line-height: 1;
}
.single-post .wd-page-nav .wd-page-nav-btn.prev-btn a {
    justify-content: flex-start;
}
/* blog css */
.single-post main#main-content {
    padding-top: 0;
}
.single-post .wd-content-area.site-content {
    margin: 0 auto;
    background: #fff;
    padding: 44px 50px 50px;
    box-shadow: 0 4px 20px #00000014;
    margin-top: -62px;
    z-index: 9;
    position: relative;
}
/* Search full screen css */
body .wd-search-full-screen-2 {
    align-items: flex-start;
    background-color: #fff;
}
body .wd-search-full-screen-2>.container {
    flex-direction: row;
    flex-wrap: wrap;
}
body .wd-search-full-screen-2>.container .wd-search-requests {
    width: 25%;
    padding-top: 13px;
    padding-right: 30px;
}   
body .wd-search-full-screen-2>.container .ep-autosuggest-container {
    width: 100%;
}
body .wd-search-full-screen-2>.container .wd-search-area.wd-entry-content {
    width: 75%;
}
body .wd-search-full-screen-2 .searchform {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
}
body .wd-search-full-screen-2 .searchform input[aria-label="Search"] {
    border: none;
    height: 60px;
    font-size: 20px;
    padding-left: 5px;
}
body .wd-search-full-screen-2 .searchform button.searchsubmit {
    position: relative;
    order: -1;
    border-radius: 0;
    background: transparent;
    color: #767676;
    width: auto;
    padding-right: 15px;
}
body .wd-search-full-screen-2 .searchform button.searchsubmit::before {
    left: 13px;
}
body .wd-search-full-screen-2 .searchform button.searchsubmit::after {
    font-size: 24px;
    line-height: 1;
}
body .wd-search-full-screen-2 .searchform span.wd-clear-search {
    right: 0;
    display: none;
}
.wd-search-full-screen-2>.container .wd-search-area.wd-entry-content .products {
    padding: 0 8px;
}
/* checkout css */
.woocommerce-checkout{
    --wd-form-brd-radius: 4px;
}
ul.wd-checkout-steps {
    color: #333;
    text-transform: unset;
}
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
    margin-top: 0;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 20px;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 10px;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    font-family: 'Proxima Nova';
    margin:0 0 10px;
    padding-left: 15px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    border-top: 1px solid #E8E8E8;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
    border-top: 0;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    line-height: 1.3;
    font-size: 14px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
    line-height: 1.2;
    font-size: 13px;
    margin-top: 5px;
}
.wc-block-components-product-details.wc-block-components-product-details li {
    margin-bottom: 3px;
    font-size: 13px;
}
.wc-block-components-order-summary div.wc-block-components-order-summary-item__quantity {
    border: 0;
    background: #e2e2e2;
    font-size: 12px;
    padding: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin: 2px 2px 4px;
    width: 14px;
    height: 14px;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, 
.woocommerce-checkout .wc-block-components-checkbox>span {
    font-size: 14px;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    left: 12px;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    min-height: 8px;
    min-width: 8px;
    width: 8px;
    height: 8px;
}
.woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    padding: 12px 12px 12px 40px;
    font-size: 16px;
    box-shadow: none;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding: 12px 12px 12px 40px;
    font-size: 16px;
    box-shadow: none;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
}
.woocommerce-checkout #radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element {
    padding-top: 0;
}
.wc-block-checkout .wc-block-components-payment-methods__save-card-info {
    margin-top: 15px;
}
.optimized-checkout-element .wcstripe-payment-element.StripeElement {
    margin: 0 -4px;
}
.wc-block-checkout .wc-block-checkout__terms {
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
    padding: 12px 0;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
    padding: 1px 0;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
    border: 1px solid #E8E8E8;
}
.woocommerce-checkout .wc-block-components-address-card address .wc-block-components-address-card__address-section {
    font-size: 16px;
}
.wc-block-components-address-form__address_2-toggle {
    font-size: 15px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 25px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 25px;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: none;
}
.wc-block-checkout__billing-fields span.wc-block-components-address-card__edit {
    background: transparent;
}
:is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):before,
:is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):after{
    display: none;
}
.wd-checkout-prod-title {
    color: #333;
}
tr.cart_item .product-total>.amount {
    color: #333;
    font-weight: 600;
}
.wd-checkout-prod-title ul.variation .variation-SKU, 
.wd-checkout-prod-title ul.variation .variation-SKU p {
    font-size: 13px;
}
.woocommerce-checkout-review-order-table tr {
    border-bottom: 0;
}
.checkout-order-review>.woocommerce-checkout-review-order td.wd-checkout-prod {
    border: 0;
    padding: 9px 0 15px;
}
.payment_methods .payment_box {
    color: #333;
}
.woocommerce-billing-fields>h3 {
    text-transform: capitalize;
}
#order_review_heading {
    text-align: left;
    text-transform: capitalize;
}
.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper,
.payment_methods .payment_box {
    box-shadow: none;
}
form.woocommerce-checkout div#customer_details {
    display: flex;
    flex-direction: column;
}
.woocommerce-additional-fields #tax_exemption_checkbox_div h3 {
    margin-bottom: 10px;
}
#tax_exemption_checkbox_div p.form-row {
    color: #333;
}
.woocommerce-checkout .customer-details .woocommerce-billing-fields{
    margin-bottom: 0;
    margin-top: 0;
}
.woocommerce-checkout .woocommerce-account-fields .create-account {
    margin-top: 0;
}
.woocommerce-checkout .customer-details .woocommerce-billing-fields+.woocommerce-shipping-fields {
    margin-top: 20px;
}
.woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields h1 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    position: sticky !important;
    top: 45px;
}
.woocommerce-checkout-review-order-table tr small.includes_tax, 
.woocommerce-checkout-review-order-table tr small.includes_tax span.woocommerce-Price-amount.amount {
    font-size: 12px;
}
.woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields > *:not(.half_width) {
    width: 100%;
}
.woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields > .half_width {
    margin-right: 0 !important;
    width: calc(50% - 5px) !important;
}
.home_page_recently_viewed .wd-product .product-labels {
    display: none;
}
.woocommerce-additional-fields #tax_exemption_checkbox_div {
    margin-top: 25px;
}
.wd-page-content.main-page-wrapper {
    position: relative;
}
.page-id-75595 .wd-page-content.main-page-wrapper:after,
.page-id-74519 .wd-page-content.main-page-wrapper:after,
.page-id-74514 .wd-page-content.main-page-wrapper:after,
.page-id-12 .wd-page-content.main-page-wrapper:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 140px;
    background: url('images/blue-bird-new.png') no-repeat center;
    right: 0;
    top: 254px;
    z-index: 0;
}
.woocommerce-MyAccount-content {
    z-index: 2;
}
.woocommerce-form-register {
    margin: 0 -8px;
}
.woocommerce-form-register.register h3.woocommerce-form-row {
    border-top: 1px solid #E8E8E8;
    padding-top: 45px;
    margin: 35px 8px 15px;
}
.woocommerce-form-register p.form-row {
    position: relative;
    width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: text-top;
}
.woocommerce-form-register p.form-row label {
    line-height: 1;
    color: #333;
    margin-bottom: 8px;
}
.woocommerce-form-register p.form-row input::placeholder {
    font-size: 0;
}
.woocommerce-form-register p.form-row input {
    padding: 10px 15px;
}
.woocommerce-form-register p.form-row select {
    padding: 9px 15px;
}
.woocommerce-form-register p.form-row+.afreg_extra_fields {
    display: inline-block;
    width: 100%;
}
.woocommerce-form-register p.form-row+.afreg_extra_fields p.form-row.form-row-wide {
    width: 100% !important;
}
.woocommerce-form-register p.form-row span.woocommerce-input-wrapper > strong,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper > strong,
.woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper > strong,
.woocommerce-address-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper > strong,
.woocommerce-address-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper > strong  {
    height: auto;
    display: block;
    line-height: 1;
    padding: 13px 15px;
    background: #f9f9f9;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Proxima Nova Medium';
}
.woocommerce form .form-row .required {
    line-height: 13px;
}
.wd-content-layout .create-account-text {
    text-align: center;
    margin-top: 30px;
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px !important;
}
.wd-content-layout .create-account-text a.account-link {
    color: #29529a;
    font-weight: 600;
}
h2.wp-block-heading.register-account-heading {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 auto 20px;
}
.woocommerce-form-register p.form-row button {
    flex: 0 0 auto;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
    line-height: 1;
    margin-top: 15px;
}
.woocommerce-privacy-policy-text {
    padding: 0 8px;
    color: #333;
}
.woocommerce-privacy-policy-text a {
    font-weight: 600;
}
body:not(.woocommerce-checkout) form#customer_login {
    display: flex !important;
    flex-direction: column;
}
.woocommerce-checkout form#customer_login {
    margin-left: 0;
    margin-bottom: 25px;
    color: #333;
}
.woocommerce-checkout form#customer_login .login-form-footer {
    margin-top: 15px;
}
.login-form-side form#customer_login {
    width: 100%;
}
form#customer_login p.form-row.woocommerce-FormRow {
    margin-bottom: 15px;
}
form#customer_login p.form-row:not(.woocommerce-FormRow) {
    margin: 25px 0 0;
    order: 1;
}
form#customer_login p.form-row .woocommerce-form-login__submit {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1;
}
form#customer_login+.wp-block-buttons {
    width: 550px;
    margin: 15px auto 50px;
    max-width: 100%;
}
form#customer_login+.wp-block-buttons .wp-block-button {
    width: 100%;
}
form#customer_login+.wp-block-buttons .wp-block-button a.wp-block-button__link.wp-element-button {
    font-size: 14px;
    padding: 13px 12px;
    line-height: 1;
}
.login-form-footer input.woocommerce-form__input.woocommerce-form__input-checkbox {
    width: 16px;
    height: 16px;
    border-color: #E8E8E8;
    margin-bottom: 2px;
}
.form-row-password button.password-toggle-icon,
.woocommerce-form-row button.password-toggle-icon {
    background: transparent !important;
    border-radius: 0;
    margin-top: 0 !important;
    padding: 0;
    min-height: 40px;
}
.form-row-password button.password-toggle-icon{
    top: 47px;
}
.woocommerce-form-row button.password-toggle-icon {
    top: 44px;
    right: 20px;
}
button.password-toggle-icon:hover{
    background: transparent !important;
}
.create-account-question {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-family: 'Proxima Nova';
    font-weight: 400;
}
.login-form-side .create-account-question:before{
    display: none;
}
.create-account-question p {
    margin: 0 6px 0 0px;
}
.create-account-question .btn {
    text-transform: none;
    font-size: 14px;
    border: none;
    color: #29529a;
}
.woocommerce-checkout form#customer_login,form.woocommerce-form-coupon {
    width: 100%;
    max-width: 100%;
}
:root :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div {
    margin-bottom: 20px;
}
[class*="wd-search-full-screen"] {
    z-index: -1 !important;
}
[class*="wd-search-full-screen"].wd-opened {
    z-index:100000 !important;
}
body.wd-search-opened .wd-search-full-screen-2 .wd-search-requests,
body.wd-search-opened .wd-search-full-screen-2 .wd-search-area,
.ep-autosuggest-container .ep-custom-results {
    display: none;
}
body.wd-search-opened .wd-search-full-screen-2 .ep-autosuggest,
.wd-search-full-screen-2 .ep-autosuggest-container .ep-custom-results,
body.wd-search-opened .wd-search-full-screen-2 .ep-custom-results {
    position: unset !important;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    border-radius: 0;
    margin-top: 0;
}
body.wd-search-opened .wd-search-full-screen-2 .ep-autosuggest,
body.wd-search-opened .wd-search-full-screen-2 .ep-custom-results {
    display: block;
}
.wd-search-full-screen-2 .ep-custom-results .ep-autosuggest-grid {
    padding: 5px !important;
}
.ep-custom-results .ep-product-card {
    border: 0;
    border-radius: 0;
}
.ep-custom-results .ep-add-to-cart {
    border-radius: 20px;
    line-height: 1;
    min-height: auto;
    padding: 14px 15px;
}
.ep-custom-results .ep-product-title {
    font-size: 14px;
    font-weight: 500;
}
.ep-search-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ep-loader-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: ep-spin 0.8s linear infinite;
    display: inline-block;
}
.ep-loader-text {
    font-size: 14px;
    color: currentColor;
    opacity: 0.7;
    margin-left: 10px;
}
@keyframes ep-spin {
    to {
        transform: rotate(360deg);
    }
}
header .wd-header-cart.wd-design-2 .wd-cart-number,
header .wd-header-cart.wd-design-5 .wd-cart-number {
    min-width: 15px;
    width: fit-content;
    border-radius: 15px;
    padding: 0 3px;
}
a.avm-btn.button {
    flex: 0 0 auto;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
    line-height: 1;
}
.wd-content-area.site-content .avm-box {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 45px;
    position: relative;
    z-index: 1;
}
.avm-content h3 {
    font-size: 18px;
    margin: 0px 0px 8px;
}
.avm-content p {
    color: #333;
    margin-bottom: 0;
}
.wd-builder-off .lost_reset_password {
    max-width: 550px;
    margin-top: 30px;
    color: #333;
}
p.woocommerce-lost-password-login-link {
    margin: 25px 0 0;
    text-align: center;
    font-weight: 600;
}
p.woocommerce-lost-password-login-link a{
    color: #29529a;
}
.lost_reset_password .woocommerce-form-row.form-row {
    margin-bottom: 25px;
}
.cart-content-wrapper {
    margin-bottom: 30px;
}
.woocommerce-cart-form>.cart .cart-actions .continue-shopping-btn {
    background-color: #E3FF66;
    line-height: 1;
    min-height: auto;
    padding: 14px 20px 13px;
}
.woocommerce-cart-form>.cart .cart-actions {
    margin-top: 20px;
}
.wd-cart-action-row .wd-coupon-form button.button {
    line-height: 1;
    min-height: auto;
    padding: 14px 20px 13px;
}
.woocommerce-cart-form__cart-item span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #333333;
}
.woocommerce-cart-form__cart-item td.product-price {
    white-space: nowrap;
    line-height: 1;
}
.woocommerce-cart-form__cart-item .product-price .wd-price-unit {
    color: #333;
}
.wd-cart-action-row input#coupon_code {
    border-radius: 30px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
    padding: 20px 5px;
}
.cart-content-wrapper > .cart_totals {
    position: sticky;
    top: 100px;
}
.cart-content-wrapper > .cart_totals .cart-totals-inner {
    padding: 20px;
    border: 0;
    border-radius: 10px;
    background: #F7F7F7;
}
.cart-totals-inner>h2 {
    font-family: 'Garamond';
    text-transform: unset;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    padding-bottom: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.cart_totals .cart-totals-inner tr {
    font-size: 14px;
    color: #333;
}
.cart_totals .cart-totals-inner .woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}
.cart_totals .cart-totals-inner .order-total strong span.woocommerce-Price-amount.amount {
    color: #29529A;
}
.cart_totals .cart-totals-inner .order-total .includes_tax,
.cart_totals .cart-totals-inner .order-total .includes_tax span.woocommerce-Price-amount.amount {
    font-size: 12px;
}
.cart-totals-inner table.shop_table {
    margin-bottom: 0;
}
.cart-totals-inner .shipping-calculator-form {
    text-align: left;
}
.cart-totals-inner .shipping-calculator-form button.button {
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
}
.cart-content-wrapper>.cart_totals .cart-totals-inner .checkout-button {
    line-height: 1;
    min-height: auto;
    padding: 14px 12px 13px;
}
.b2bwoo-quick-order-product-search span.select2.select2-container.select2-container--default ,
.woocommerce-input-wrapper span.select2-container{
    z-index: 99 !important;
}
/* About page */
.aboutpage-usps-section .e-con-inner > .elementor-element:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 36px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    display: block;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}
.about-team-member-section .team-member .member-image-wrapper {
    position: relative;
}
.about-team-member-section .team-member .member-bio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    background: rgba(41, 82, 154, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.about-team-member-section .team-member:hover .member-bio {
    opacity: 1;
    visibility: visible;
}
.about-team-member-section .team-member .member-bio > * {
    color: #fff;
}
.about-team-member-section .team-member .member-bio h3 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-team-member-section .team-member .member-image img {
    aspect-ratio: 275 / 390;
    object-fit: cover;
}
.about-wrap .elementor-widget-container .wd-image img.attachment-full.size-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-team-member-section .team-member .member-position {
    color: #767676;
}
.about-team-member-section .team-member .wd-social-icons.wd-size-small {
    --wd-social-size: 32px;
}
.wd-list .wd-icon:empty {
    display: none;
}
.pcf-faqs-title {
    text-align: left;
    font-family: 'Garamond Bold';
    font-size: 28px;
    line-height: 100%;
    position: relative;
}
.pcf-faqs-section {
    padding: 80px 0 50px;
    margin: 0;
    position: relative;
}
.pcf-faqs-section:before {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    width: 150%;
    height: calc(100% + 40px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pcf-faqs-container {
    max-width: 100%;
    background: #fff;
    position: relative;
    padding: 20px 30px;
}
.pcf-faqs-container .pcf-faq-item {
    border: 0;
    border-radius: 0;
    margin: 0;
}
.pcf-faqs-container .pcf-faq-item:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}
.pcf-faq-item .pcf-faq-question {
    background: transparent;
    text-align: left;
    min-height: auto;
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    padding: 20px 0;
    color: #333333;
}
.pcf-faq-item.pcf-faq-active button.pcf-faq-question {
    font-weight: 700;
}
.pcf-faq-answer .pcf-faq-answer-content {
    font-size: 14px;
    border: none;
    padding-top: 0;
    padding-inline: 0;
    color: #333333;
}
.pcf-faq-answer .pcf-faq-answer-content > * {
    font-size: 15px;
    margin-bottom: 10px;
}
.pcf-faq-item .pcf-icon-plus {
    width: 12px;
    height: 12px;
}
.pcf-faq-item .pcf-icon-plus::after {
    width: 2px;
    height: 12px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #2D2926;
}
.pcf-faq-item .pcf-icon-plus::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #2D2926;
}
.pcf-faq-item .pcf-faq-question span {
    padding-right: 0;
}
.wd-page-content.main-page-wrapper .term-description {
    margin-bottom: 0;
    padding-bottom: 60px;
    color: #333333;
}
.related-and-upsells .wd-product .wd-buttons.wd-pos-r-t {
    right: 15px;
}
aside.wd-sidebar .widget .wp-block-heading {
    font-size: 22px;
    margin-bottom: 0;
}
.plp-page-products-block .sidebar-widget.widget_block {
    padding-bottom: 15px !important;
}
.plp-page-products-block .shop-loop-head {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 9px;
}
.plp-page-products-block .product_list_widget>li .wd-entities-title {
    font-size: 14px;
}
.plp-page-products-block .product_list_widget>li .star-rating {
    display: none;
}
.plp-page-products-block .product_list_widget>li .widget-product-wrap {
    align-items: center;
}
nav[class*="-pagination"] ul{
    gap: 5px;
}
nav[class*="-pagination"] li .page-numbers{
    min-width: 36px;
    height: 36px;
}
nav[class*="-pagination"] li .page-numbers:not(.current) {
    background: #F5F5F5;
    font-weight: 400;
    border-radius: 3px;
}
nav[class*="-pagination"] li .page-numbers.current {
    font-weight: 700;
}
.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
    border-bottom: 0;
}
.wd-product.product .wd-add-btn a.added_to_cart.added_to_quote {
    display: none !important;
}
.wd-wishlist-product-actions .wd-wishlist-remove {
    font-size: 0;
}
.wd-wishlist-product-actions .wd-wishlist-remove::before {
    width: 16px;
    height: 18px;
    background-image: url('images/delete-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.plp-page-products-block:not(.home) .wd-wishlist-content .wd-buttons.wd-pos-r-t {
    right: 0;
}
.wd-product .quick-view .quick-view-button {
    height: 46px;
}
.wd-wishlist-content .product-labels {
    top: 0px;
    left: 0;
}
.wd-wishlist-content {
    position: relative;
}
.wd-wishlist-head .title {
    font-family: 'Garamond Bold';
    text-transform: capitalize;
    font-size: 22px;
}
.wd-wishlist-content .wd-social-icons {
    display: none;
}
.wd-wishlist-content .wd-wishlist-bulk-action {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0 0 0 10px;
    gap: 10px;
    font-size: 14px;
}
.wd-wishlist-content .wd-wishlist-bulk-action.wd-visible{
    height: auto;
}
.wd-wishlist-content .wd-wishlist-bulk-action .wd-action-btn {
    padding: 0 8px;
    background: #f7f7f7;
    line-height: 1;
}
.hide.elementor-widget.elementor-widget-wd_extra_menu_list .wd-sub-menu > li > a {
    visibility: hidden;
}
.cart-widget-side {
    --wd-side-hidden-w: 390px;
    z-index: 100000;
}
.cart-widget-side .wd-heading .close-side-widget a {
    font-size: 0;
    height: auto;
}
.cart-widget-side .close-side-widget a::before, .cart-widget-side .close-side-widget a::after {
    font-size: 18px;
    margin: 0;
    color: #333;
}
.cart-widget-side .woocommerce-mini-cart__total {
    font-size: 16px;
}
.more_questions_section .e-con-inner .elementor-widget.elementor-widget-text-editor {
    max-width: 528px;
    margin: 0 auto;
}
.woocommerce-error span.woocommerce-Price-amount.amount {
    font-size: 13px;
    color: #fff;
}
.wd-product .product-image-link{
    aspect-ratio: 1 / 1;
}
.widget.sidebar-widget .wd-checkboxes-on li>a:focus:before {
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color);
    color: #fff;
}
.useful_resource_section span.elementor-button-content-wrapper {
    align-items: center;
}
.useful_resource_heading h2.elementor-heading-title {
    width: fit-content;
    position: relative;
}
.useful_resource_heading h2.elementor-heading-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -12px;
    background: var(--main-color);
}
.elementor-4400 .elementor-element.elementor-element-533ad22 p {
    font-size: 100%;
}
.woocommerce-form-register.register {
    position: relative;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 22px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row > label {
    width: auto;
    max-width: 70%;
    color: #333;
    font-size: 13px;
    margin: 0;
    font-family: 'Proxima Nova Medium';
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label {
    margin-bottom: 0;
    color: #333;
    font-size: 13px;
    display: flex !important;
    align-items: center;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label span {
    margin-top: 2px;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label input[type="radio"] {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 6px;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #29529a;
    opacity: 0;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label input[type="radio"]:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #29529a;
    opacity: 0;
}
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label input[type="radio"]:checked:before,
.woocommerce-form-register .register-shipping-address+p.woocommerce-form-row span.woocommerce-input-wrapper label input[type="radio"]:checked:after{
    opacity: 1;
}
.woocommerce-form-register .woocommerce-privacy-policy-text+p.woocommerce-form-row {
    width: 100% !important;
    text-align: center;
}
.woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide {
    width: auto !important;
    margin-top: -40px;
    margin-bottom: 0;
    display: flex;
    right: 0;
    position: absolute;
}
.woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide .woocommerce-form__label-for-checkbox {
    font-size: 16px;
    font-weight: 600;
    color: #29529A;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide .woocommerce-form__label-for-checkbox input {
    width: 16px;
    height: 16px;
    margin-inline-end: 8px;
}
.password-toggle-icon svg > * {
    fill: #999;
    stroke: #999;
    opacity: 1;
}
.woocommerce .wd-my-account-wrapper {
    margin-bottom: 40px;
}
.woocommerce-MyAccount-content .woocommerce-form-row.password-field-wrapper .password-input .show-password-input {
    display: none;
}
.woocommerce-MyAccount-content .woocommerce-form-row.password-field-wrapper .password-toggle-icon {
    top: 47px;
    right: 14px;
}
form.cart.grouped_form .group_table {
    border-top-width: 1px;
}
span.password-input button.show-password-input {
    display: none;
}
.woocommerce ul.woocommerce-error {
    border-radius: 8px;
}
.page-id-74519 .woocommerce ul.woocommerce-error {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-form-register .avm-field-error {
    width: max-content;
    background-color: #E53935;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 5px 3px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: -25px;
    left: 10px;
    opacity: 1;
    transition: opacity 0.3s;
    font-family: 'Proxima Nova Medium';
    font-size: 13px;
}
.woocommerce-form-register .avm-field-error:before {
    position: absolute;
    content: '';
    border-bottom: 7px solid #E53935;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 0px;
    top: -4px;
}
small.woocommerce-password-hint {
    color: #333;
    line-height: 1.4;
    font-size: 95%;
    height: auto;
    display: inline-block;
    margin-top: 5px;
}
.form-row span.optional {
    display: none;
}
.woocommerce-form-register p.form-row .select2 {
    display: flex;
}
.woocommerce-form-register p.form-row .select2 span.selection {
    width: 100%;
}
.woocommerce ul.woocommerce-error+ul.woocommerce-error {
    display: none;
}
.woocommerce-checkout .woocommerce {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.checkout-login-form {
    width: calc(50% - 10px);
}
.checkout-coupon-form {
    width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper{
    width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error {
    max-width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout{
    gap: 20px;
}
.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    width: calc(50% - 10px);
    flex: unset;
}
.wd-product.wd-hover-standard.wd-quantity .wd-add-btn div.quantity.hidden+.add_to_cart_button {
    padding: 1px 15px;
}
.page-id-75595 #main-content aside.wd-sidebar {
    display: none;
}
.page-id-75595 #main-content .wd-content-area {
    --wd-col-lg: 12 !important;
}
.single-product-page .cart.wd-brand-item-restricted button {
    width: 100%;
}
.woocommerce-login-form-wrapper ul.woocommerce-error,
.woocommerce-lost-password ul.woocommerce-error {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
:is(.woocommerce-error,.woocommerce-message,.woocommerce-info):before {
    left: 30px;
}
.woocommerce ul.woocommerce-error,
.woocommerce-no-products-found .woocommerce-error,
.woocommerce-no-products-found .woocommerce-info {
    font-size: 15px;
    padding: 14px 12px 14px 57px !important;
    border-radius: 4px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    padding: 14px 12px 14px 57px !important;
    border-radius: 4px;
}
.button.coming-soon-button,.button.brand-item-button {
    border-radius: 40px;
    line-height: 1;
    min-height: auto;
    padding: 13px 16px;
    font-size: 14px;
}
.single-product-page .coming-soon-message.button,
.single-product-page .brand-item-button.button {
    width: 100%;
    border-radius: 40px;
    font-weight: 600;
}
.single-product-page .stock.out-of-stock {
    padding: 13px 15px;
    line-height: 1;
    text-align: center;
    border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);
    background-color: var(--btn-bgcolor, #F3F3F3);
    border-radius: 40px;
}
.woocommerce-MyAccount-content td.afrfq-quote-actions {
    justify-content: flex-end;
}
.woocommerce-MyAccount-content td.afrfq-quote-actions > a.woocommerce-button,
table.my_account_quotes .afrfq-quote-actions form.quote-convert-to-order {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper ul.woocommerce-error {
    max-width: 100%;
}
.af-request-a-quote.pagination {
    display: flex;
    align-items: center;
}
.af-request-a-quote.pagination a.prev.page-numbers {
    margin-right: auto;
}
.af-request-a-quote.pagination a.next.page-numbers {
    margin-left: auto;
}
div.afrfq_cart_link_section a.button {
    min-height: auto;
    padding: 13px 15px !important;
    font-weight: 600 !important;
    line-height: 1;
    border-radius: 40px !important;
}
.return-to-shop a.button.wc-backward {
    border-radius: 40px;
    min-height: auto;
    padding: 13px 15px;
    line-height: 1;
}
.wd-content-area .afrfq_success_message {
    border: none;
    border-radius: 4px;
    line-height: 1.4;
}
.wd-checkout-prod-img {
    position: relative;
}
.wd-checkout-prod-img .avm-checkout-product-quantity-badge {
    min-width: 22px;
    width: max-content;
    height: 22px;
    border: 1px solid #767676;
    box-shadow: none;
    right: 0;
    font-size: 14px;
}
.no-products-footer .wd-search-form .wd-animated-placeholder {
    left: 20px;
}
.no-products-footer .wd-search-form input.s.wd-search-inited:focus~.wd-animated-placeholder, 
.no-products-footer .wd-search-form input.s.wd-search-inited:focus-visible~.wd-animated-placeholder, 
.no-products-footer .wd-search-form input.s.wd-search-inited:active~.wd-animated-placeholder,
.no-products-footer .wd-search-form input.s.wd-search-inited:not(:placeholder-shown)~.wd-animated-placeholder {
    display: none;
}
.woocommerce-order-received .woocommerce-order p.woocommerce-notice--success {
    border: 0;
    padding: 90px 0 0;
    background: url(https://avm-dev.mobikasa.net/wp-content/themes/woodmart-child/images/green-check.png) no-repeat top center;
    color: #333;
    font-size: 30px;
    background-size: 70px;
    margin-bottom: 40px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #F7F7F7;
    padding: 25px 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding-inline-end: 0;
    text-align: left;
    border: 0;
    font-size: 14px;
    gap: 0;
    flex: auto;
    padding: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    color: #333;
    font-weight: 500;
    font-family: 'Proxima Nova Medium';
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .amount {
    font-size: 14px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.total {
    order: 1;
}
#cart_you_may_also_like .wd-nav-wrapper.wd-nav-tabs-wrapper.tabs-navigation-wrapper {
    display: none;
}
#cart_you_may_also_like .wd-nav-arrows {
    display: flex !important;
}
#cart_you_may_also_like .wd-tabs-header {
    border-bottom: 2px solid var(--brdcolor-gray-300);
}
#cart_you_may_also_like .wd-tabs-header .title {
    width: fit-content;
}
#cart_you_may_also_like .wd-tabs-header .title::after {
    bottom: -7px;
}
.elementor-widget-n-accordion .elementor-widget-text-editor ul li {
    margin-bottom: 0;   
    line-height: 1.3;
}
.elementor-widget-n-accordion .elementor-widget-text-editor a {
    font-weight: 600;
}
.elementor-widget-n-accordion .elementor-widget-text-editor a:hover{
    color: #29529A;
}
.wc-proceed-to-checkout #wc-stripe-express-checkout-element .StripeElement {
    border-radius: 40px;
    overflow: hidden;
}
.woocommerce-table--order-details :is(th,td) {
    color: #333;
}
.wc-view-order-buttons {
    display: flex;
    justify-content: space-between;
}
.woocommerce-order-details .woocommerce-table--order-details tbody {
    border-bottom: 1px solid #e2e2e2;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item td {
    border: 0;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item:not(:last-child) td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item:last-child td {
    padding-top: 5px;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item:first-child td {
    padding-top: 15px;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item td.woocommerce-table__product-name {
    max-width: 70%;
    width: 70%;
    vertical-align: middle;
    padding-right: 0;
    position: relative;
}
.woocommerce-table--order-details .order_item td.woocommerce-table__product-name span.wc-order-item-name {
    width: calc(100% - 70px);
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: middle;
}
.woocommerce-table--order-details .order_item td.woocommerce-table__product-name strong.product-quantity {
    position: absolute;
    left: 70px;
    bottom: 10px;
    line-height: 1;
}
.woocommerce-order-details .woocommerce-table--order-details .order_item:last-child td strong.product-quantity {
    bottom: 20px;
}
.woocommerce-table--order-details .order_item .product-total .amount {
    font-size: 14px;
    color: #333;
}
.woocommerce-table--order-details .order_item td.woocommerce-table__product-name .wc-order-item-image {
    display: inline-block;
}
.woocommerce-table--order-details .order_item td.woocommerce-table__product-name .wc-order-item-image img {
    min-width: 60px !important;
    max-width: 60px !important;
}
.wc-view-order-buttons-left, .wc-view-order-buttons-right {
    display: flex;
    gap: 12px;
}
.wc-view-order-buttons a.button {
    min-height: auto;
    line-height: 1;
    padding: 12px 20px;
}
.wc-view-order-buttons .wc-view-receipt, .wc-view-order-buttons .wc-review-product, .wc-view-order-buttons .wc-reorder {
    background-color: var(--btn-accented-color);
    color: var(--btn-accented-bgcolor);
    border: 1px solid var(--btn-accented-bgcolor);
}
.woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-table--order-details tfoot tr th {
    font-size: 16px;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:first-child th {
    font-size: 14px;
}
.page-template-deal-of-the-week .wd-product .price {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.page-template-deal-of-the-week .wd-product .price del.strike,
.page-template-deal-of-the-week .wd-product .price del {
    order: 1;
}
.page-template-deal-of-the-week .wd-product .price .highlight .amount,
.page-template-deal-of-the-week .wd-product .price ins .amount,
.page-template-deal-of-the-week .wd-product .price ins~span.wd-price-unit{
    color: #ff0000;
}
.plp-page-subcategory-block .plp-page-products-block .products.wd-products.wd-grid-g.title-line-one {
    --wd-col-sm: 2 !important;
}
.avm-bogo-badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 8px !important;
    min-height: 72px;
    width: 72px;
    border-radius: 50px !important;
    font-size: 14px !important;
    background-color: #E3FF66 !important;
    color: #333333 !important;
    border: 0 !important;
    text-transform: unset !important;
    line-height: 1;
    margin: 0 !important;
    position: absolute;
    text-align: center;
}
.product-image-summary-wrap{
    position: relative;
}
.product-image-summary-wrap .avm-bogo-badge{
    left: 12px;
    top: 12px;
    z-index: 1;
}
.product-image-summary-wrap .product-images:has(.wd-gallery-thumb .wd-carousel-item)+.summary .avm-bogo-badge {
    left: 150px;
    top: 15px;
}
.recently_viewed_new_sec .avm-bogo-badge {
    display: none !important;
}
.thumbs-position-left:not(.wd-has-thumb) .wd-gallery-images {
    border: 1px solid #E8E8E8;
}
.product-images:has(.thumbs-position-left:not(.wd-has-thumb)) .single-wishlist-over-image {
    right: 7px;
}
@media (min-width: 1025px) and (max-width: 1119px) {
    .whb-flex-flex-middle .whb-col-center .wd-header-nav {
        padding: 0;
    }
}
@media (min-width: 1025px) and (max-width: 1099px) {
    #menu-main-navigation {
        gap: 5px;
    }
}
@media (min-width: 1025px) and (max-width: 1054px) {
    #menu-main-navigation li a,
    .whb-col-right .wd-header-nav ul li a {
        font-size: 12px;
    }
    .whb-flex-flex-middle .whb-col-right .wd-header-nav {
        padding: 0 5px;
    }
}
@media (min-width: 1025px) {
    .woocommerce-billing-fields__field-wrapper p:where(.form-row-first,.form-row-last),
    .woocommerce-shipping-fields__field-wrapper p:where(.form-row-first,.form-row-last) {
        width: calc(50% - 5px);
    }
    .plp-page-products-block:not(.home) .wd-wishlist-content .wd-product .wd-buttons.wd-pos-r-t {
        height: auto;
    }
    .aboutpage-usps-section .elementor-widget-text-editor p {
        font-size: 16px;
    }
    .woocommerce ul.woocommerce-error {
        margin-left: auto;
        margin-right: auto;
    }
    .cart-content-wrapper .woocommerce ul.woocommerce-error {
        max-width: 100%;
    }
    .woocommerce-login-form-wrapper ul.woocommerce-error,
    .woocommerce-lost-password ul.woocommerce-error {
        max-width: 550px;
    }
    .b2bwoo-csv-upload-section {
      position: sticky;
      height: max-content;
      top: 20px;
    }
    .elementor-widget-n-accordion .elementor-widget-text-editor p {
        font-size: 16px;
    }
    .product-image-summary-wrap .avm-bogo-badge {
        left: 12px;
        top: 20px;
        z-index: 1;
    }
}
@media (max-width: 1190px) {
    .aboutpage-usps-section .e-con-inner > .elementor-element:not(:last-child)::after {
        right: -38px;
    }
}
@media (max-width: 1024px) {
    h1.entry-title.title {
        font-size: 22px;
        word-spacing: 5px;
    }
    .woocommerce-form-register p.form-row {
        width: 100% !important;
    }
    h2.wp-block-heading.register-account-heading {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: left;
    }
    form.woocommerce-form.woocommerce-form-register.register h1::before {
        top: 20%;
    }
    .page-id-75595 .wd-page-content.main-page-wrapper:after,
    .page-id-74519 .wd-page-content.main-page-wrapper:after,
    .page-id-74514 .wd-page-content.main-page-wrapper:after,
    .page-id-12 .wd-page-content.main-page-wrapper:after{display: none;}
    .whb-column .wd-search-form.wd-display-full-screen-2 .searchform {
        padding: 0;
        width: auto;
        height: auto;
        --wd-form-height: 46px;
        color: #333;
        padding-bottom: 1px;
    }
    .wd-search-form.wd-header-search-form-mobile.wd-display-full-screen-2 {
        padding: 0;
        margin-right: 10px;
        flex: unset;
    }
    .whb-column .wd-search-form.wd-display-full-screen-2 .searchform input,
    .whb-column .wd-search-form.wd-display-full-screen-2 .searchform .searchsubmit {
        display: none;
    }
    .whb-column .wd-search-form.wd-display-full-screen-2 .searchform:after {
        font-size: calc(var(--wd-form-height) / 2.3);
        transition: opacity .2s ease;
        content: "\f130";
        font-family: "woodmart-font";
    }
    body .wd-search-full-screen-2>.container .wd-search-area.wd-entry-content.wd-search-area.wd-scroll-content {
        display: block !important;
    }
    body .wd-search-full-screen-2>.container.wd-searched .wd-search-area.wd-entry-content.wd-search-area.wd-scroll-content{
        display: none !important;
    }
    .whb-sticked .searchform .searchsubmit {
        display: none;
    }
    .whb-sticked .whb-column .wd-search-form.wd-display-full-screen-2 .searchform {
        padding-bottom: 0;
        padding-top: 3px;
    }
    .aboutpage-usps-section .e-con-inner > .elementor-element:not(:last-child)::after {
        right: -8px;
    }
    .whb-column .wd-search-form.wd-display-full-screen-2 .searchform .wd-animated-placeholder {
        display: none;
    }
    .wd-product .quick-view .quick-view-button {
        height: 40px;
    }
    .wd-product .quick-view a::before {
        width: 17px !important;
        height: 12px;
    }
    .woocommerce-form-register.register p.woocommerce-form-row.form-row.half_width[style="visibility: hidden;"] {
        display: none;
    }
    .product-image-summary-wrap .product-images:has(.wd-gallery-thumb .wd-carousel-item)+.summary .avm-bogo-badge {
        left: 12px;
        top: 11px;
    }
}
@media (max-width: 992px) {
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main, 
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
    }
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-bottom: 24px;
    }
    .wc-view-order-buttons a.button {
        padding: 12px 15px;
    }
}
@media (max-width: 768px) {
    nav[class*="-pagination"] ul {
        gap: 3px;
    }
    .wd-post-date.wd-style-with-bg {
        min-width: 60px !important;
        min-height: 60px;
    }
    .wd-post-date.wd-style-with-bg .post-date-day {
        font-size: 20px !important;
    }
    .single-post .wd-content-area.site-content {
        margin: -20px -15px 0;
        padding: 25px 15px 40px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .single-post h1.entry-title.title {
        font-size: 22px;
        line-height: 26px;
    }
    .single-post .wd-content-area .wd-post-meta .wd-post-author > span {
        display: inline-flex;
    }
    .single-post .wd-content-area .wd-post-meta .wd-post-author, .single-post .wd-post-date.wd-style-default {
        font-size: 13px;
    }
    .single-post .wd-content-area .wd-post-meta .wd-post-author::after {
        top: 49%;
        height: 9px;
    }
    .post-single-page .wd-text-block h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .post-single-page .wd-text-block h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .single-post .wd-carousel-container:not(.wd-images-gallery,.info-box-carousel-wrapper) {
        margin: 40px auto;
    }
    .single-post .wd-carousel-container h4.wd-el-title.title {
        font-size: 22px;
        margin-bottom: 19px;
    }
    .wd-post-author>span{
        display: inline-flex !important;
    }
    .single-post .wd-page-nav .wd-page-nav-btn {
        flex: 0 1 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .single-post .wd-page-nav {
        flex-wrap: wrap;
    }
    .single-post .wd-page-nav span.wd-label-share, .single-post .wd-page-nav .wd-social-icons {
        order: 1;
    }
    .comment-form .form-submit input#submit {
        width: 100%;
    }
    form.woocommerce-form.woocommerce-form-register.register h1::before {
        top: 22px;
    }
    .woocommerce-form-register p.form-row {
        width: 100% !important;
        margin-bottom: 12px;
    }
    .woocommerce-form-register p.form-row label {
        margin-bottom: 6px;
    }
    .woocommerce-form-register p.form-row button {
        max-width: 100%;
        width: 100%;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
        margin-bottom: 0;
        font-size: 18px;
    }
    .wc-block-components-title.wc-block-components-title {
        font-size: 18px;
    }
    .wp-block-woocommerce-checkout{
        padding-top: 0;
    }
    .wc-block-components-checkout-step__description,
    .woocommerce-checkout .wc-block-components-address-card address .wc-block-components-address-card__address-section,
    .wc-block-checkout .wc-block-checkout__terms {
        font-size: 14px;
    }
    .wc-block-checkout .wc-block-checkout__terms {
        margin-bottom: 0;
    }
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step::after {
        bottom: -24px;
    }
    .wc-block-components-product-name {
        margin-bottom: 0;
    }
    .wd-content-layout .create-account-text {
        font-size: 14px;
    }
    .wd-content-area.site-content .avm-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px 16px;
        margin: 0 0 40px;
        z-index: 1;
        position: relative;
    }
    .avm-content h3 {
        font-size: 16px;
    }
    .woocommerce-form-register.register {
        margin: 0 -8px;
    }
    form.woocommerce-form.woocommerce-form-register.register h1 {
        padding-top: 50px;
        padding-bottom: 25px;
        font-size: 20px;
    }
    .wd-builder-off .lost_reset_password{
        margin-top: 0;
    }
    .woocommerce-cart-form__cart-item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 70px;
        min-width: 70px;
    }
    .woocommerce-cart-form__cart-item td.product-thumbnail {
        padding: 0;
    }
    .woocommerce-cart-form .shop-table-with-img tr {
        padding-inline-start: 85px;
    }
    .woocommerce-cart-form .shop_table_responsive td {
        gap: 0;
    }
    .woocommerce-cart-form .shop_table_responsive td:not(:last-child) {
        border-bottom: none;
    }
    .woocommerce-cart-form .shop-table-with-img td.product-name a {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .woocommerce-cart-form__cart-item td {
        font-size: 13px;
        color: #333;
    }
    .woocommerce-cart-form .shop-table-with-img td.product-quantity::before{
        display: none;
    }
    .woocommerce-cart-form__cart-item td.product-price {
        padding: 0;
    }
    .woocommerce-cart-form__cart-item td.product-price::before {
        margin-inline-end: 6px;
        color: #767676;
    }
    .shop-table-with-img .woocommerce-cart-form__cart-item td.product-name {
        padding-bottom: 0;
    }
    ul.variation .item-variation-name,
    .woocommerce-cart-form__cart-item td.product-name p,
    .woocommerce-cart-form__cart-item td.product-price span.woocommerce-Price-amount.amount {
        font-size: 13px;
    }
    .woocommerce-cart-form__cart-item td.product-subtotal::before{
        display: none;
    }
    .woocommerce-cart-form__cart-item td.product-subtotal {
        justify-content: flex-end;
        font-size: 14px;
        margin-top: -20px;
        line-height: 1;
        padding-bottom: 5px;
    }
    .woocommerce-cart-form__cart-item td div.quantity input, .woocommerce-cart-form__cart-item td div.quantity input[type="button"] {
        height: 40px !important;
    }
    .woocommerce-cart-form .shop-table-with-img td.product-quantity {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .woocommerce-cart-form>.cart .cart-actions {
        flex-direction: column-reverse;
        margin-top: 5px;
        gap: 20px;
    }
    .woocommerce-cart-form>.cart .cart-actions .wd-coupon-form {
        padding: 0;
        border: 0;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .wc-proceed-to-checkout {
        margin-top: 15px;
    }
    .cart-totals-inner>h2{
        margin-bottom: 15px;
    }
    body .wd-search-full-screen-2>.container .wd-search-requests, body .wd-search-full-screen-2>.container .wd-search-area.wd-entry-content {
        width: 100%;
        padding-right: 0;
    }
    body .wd-search-full-screen-2 .wd-search-area .wd-tabs.tabs-design-simple .tabs-name {
        font-size: 18px;
    }
    body .wd-search-full-screen-2>.container .wd-search-requests {
        margin-bottom: 15px;
        padding-top: 0;
    }
    body .wd-search-full-screen-2 .searchform input[aria-label="Search"] {
        height: 50px;
        font-size: 18px;
    }
    body .wd-search-full-screen-2 .searchform button.searchsubmit::after {
        font-size: 20px;
    }
    body .wd-search-full-screen-2 .searchform button.searchsubmit {
        padding-right: 10px;
    }
    body .wd-search-full-screen-2>.container .wd-search-area.wd-entry-content.wd-search-area.wd-scroll-content {
        overflow-y: auto;
        height: 65vh;
    }
    .about-wrap .elementor-widget-container .title-wrapper,
    .about-wrap .elementor-widget-container .wd-text-block,
    .well-coordinated-section .title-wrapper,
    .well-coordinated-section .wd-info-box{
        text-align: center;
    }
    .aboutpage-usps-section .e-con-inner > .elementor-element:not(:last-child)::after {display: none;}
    .aboutpage-usps-section .elementor-widget-text-editor p {
        font-size: 12px;
    }
    .pcf-faqs-section {
        padding: 40px 0 30px;
    }
    .pcf-faqs-container {
        padding: 5px 15px;
    }
    .pcf-faqs-title {
        font-size: 22px;
        margin-bottom: 20px;
    }  
    .pcf-faq-item .pcf-faq-question {
        padding: 15px 0;
    }  
    .wd-page-content.main-page-wrapper .term-description {
        padding-bottom: 25px;
    }
    .plp-page-subcategory-block .wd-content-area .shop-loop-head {
        display: none;
    }
    .plp-page-products-block:not(.home) .wd-product {
        padding: 10px 5px;
    }
    .plp-page-products-block:not(.home) .wd-product .wd-buttons.wd-pos-r-t {
        top: 0px;
        right: 0;
    }
    .related-and-upsells .wd-product .wd-buttons.wd-pos-r-t {
        right: 0;
        top: 0;
    }
    .plp-page-products-block .sidebar-widget.widget_block {
        position: absolute;
        top: 17px;
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 22px;
        width: 100%;
        z-index: -1;
    }
    .plp-page-products-block .shop-loop-head {
        margin-bottom: 15px;
    }
    .wd-sidebar .wd-heading .close-side-widget.wd-action-btn > a {
        font-size: 0;
    }
    .wd-sidebar .wd-heading .close-side-widget.wd-action-btn > a::before, 
    .wd-sidebar .wd-heading .close-side-widget.wd-action-btn > a::after {
        font-size: 16px;
        margin: 0;
    }
    .plp-page-products-block .shop-loop-head {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .wd-sidebar.wd-side-hidden .wd-heading {
        padding: 15px;
    }
    .wd-sidebar-hidden-sm .wd-show-sidebar-btn {
        font-size: 0;
        align-items: center;
    }
    .wd-sidebar-hidden-sm .wd-show-sidebar-btn:after {
        position: unset;
        width: auto;
        height: auto;
        content: 'Filter';
        font-size: 14px;
        color: #333333;
    }
    .wd-sidebar-hidden-sm .wd-show-sidebar-btn:before {
        content: '';
        width: 14px;
        height: 15px;
        margin-right: 5px;
        background-image: url('images/filter-icon.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    section.addify-quote-details table.quote_details td:first-child::before{
        display: none;
    }
    section.addify-quote-details table.quote_details td:not(:last-child) {
        border-bottom-style: solid;
    }
    section.addify-quote-details table.quote_details td {
        padding-right: 0;
        padding-left: 0;
    }
    .shop_table_responsive tr.addify__quote-item.cart_item {
        padding-bottom: 0;
        gap: 0;
    }
    section.addify-quote-details table.quote_details td br {
        display: none;
    }
    .addify__quote-item span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }
    .addify-quote-details .cart-totals-inner h2 {
        padding-bottom: 12px;
        margin-bottom: 15px;
        border-bottom-color: var(--brdcolor-gray-300);
    }
    .wd-wishlist-head .title {
        font-size: 18px;
    }
    .wd-wishlist-content .wd-wishlist-bulk-action {
        gap: 6px;
    }
    .wd-wishlist-content .wd-wishlist-bulk-action .wd-action-btn>a {
        height: auto;
    }
    .wd-wishlist-content .wd-wishlist-bulk-action .wd-action-btn {
        padding: 6px;
    }
    #tax_exemption_checkbox_div h3{
        font-size: 20px;
    }
    form.woocommerce-checkout .woocommerce-billing-fields>h3,
    .woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields h1 {
        font-size: 22px;
    }
    #order_review_heading {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .woocommerce-form-register.register h3.woocommerce-form-row {
        font-size: 20px;
        padding-top: 25px;
        margin: 23px 8px 15px;
    }
    .woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide {
        margin-top: -34px;
    }
    .woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide .woocommerce-form__label-for-checkbox {
        font-size: 14px;
    }
    .woocommerce-form-register.register > *:nth-child(6) {
        flex-direction: column;
        gap: 10px;
        text-align: left;
        align-items: flex-start;
        height: auto;
    }
    .woocommerce-form-register.register > *:nth-child(6) > label {
        max-width: 100%;
    }
    .woocommerce-form-register .woocommerce-form-row button.password-toggle-icon {
        max-width: max-content;
        width: auto;
        top: 42px;
    }
    .woocommerce-form-register.register h3.woocommerce-form-row+p.form-row.form-row-wide .woocommerce-form__label-for-checkbox input {
        width: 14px;
        height: 14px;
    }
    .checkout-login-form,.checkout-coupon-form {
        width: 100%;
    }
    .woocommerce-checkout form#customer_login,form.woocommerce-form-coupon {
        padding: 16px;
    }
    .woocommerce-checkout form.woocommerce-checkout > .checkout-order-review, form.woocommerce-checkout div#customer_details{
        width: 100%;
    }
    :is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review) {
        padding: 20px;
    }
    .woocommerce-MyAccount-content td.afrfq-quote-actions {
        margin-top: 5px;
    }
    .woocommerce-order-received .woocommerce-order p.woocommerce-notice--success {
        font-size: 20px;
        background-size: 50px;
        padding-top: 70px;
        margin-bottom: 30px;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-direction: column;
        gap: 0;
        padding: 25px 15px;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .sitemap_fliter_lists {
        display: none;
    }
    .woocommerce-table--order-details .order_item td.woocommerce-table__product-name .wc-order-item-image img {
        min-width: 50px !important;
        max-width: 50px !important;
    }
    .woocommerce-table--order-details .order_item td.woocommerce-table__product-name .wc-order-item-image {
        width: 60px;
    }
    .woocommerce-table--order-details .order_item td.woocommerce-table__product-name span.wc-order-item-name {
        width: calc(100% - 60px);
    }
    .woocommerce-table--order-details .order_item td.woocommerce-table__product-name strong.product-quantity {
        left: 60px;
    }
    .woocommerce-order-details .woocommerce-table--order-details .order_item td.woocommerce-table__product-name{
        max-width: 60%;
        width: 60%;
    }
    .avm-bogo-badge {
        min-height: 60px;
        width: 60px;
        font-size: 12px !important;
    }
}
@media (max-width: 544px) {
    .wc-view-order-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .wc-view-order-buttons-left, .wc-view-order-buttons-right {
        flex-direction: column;
    }
    .wc-view-order-buttons-right {
        order: -1;
    }
    .wc-view-order-buttons-right .wc-reorder {
        order: 1;
    }
}
@media (max-width: 450px) {
    .woocommerce-checkout .woocommerce-account-fields .afreg_extra_fields > .half_width {
        width: 100% !important;
    }
    .woocommerce-form-register .woocommerce-privacy-policy-text+p.woocommerce-form-row > label {
        line-height: 1.3;
    }
    
}
@media (max-width: 370px) {
    .wd-wishlist-content .wd-wishlist-head {
        padding-bottom: 40px;
    }
    .wd-wishlist-content .wd-wishlist-bulk-action {
        padding: 0;
        left: 0;
        right: auto;
        top: 34px;
        z-index: 2;
    }
}
/* request a quote */

.mobile-nav .wd-nav-opener{
	border-left: none !important;
}
.wd-close-side.wd-close-side-opened{
    z-index: 100000;
}
.wd-side-hidden {
    z-index: 100002 !important;
}
ul.wd-list.color-scheme-light.wd-fontsize-xs.wd-type-icon.wd-style-default.text-left span.wd-list-content.list-content a {
    color: rgba(255, 255, 255, 0.6);
}

ul.autosuggest-list{
padding-bottom:60px;
}
 .wd-product.wd-hover-standard.product .wd-add-btn .add-to-cart-loop span{
      white-space: nowrap;
  }


/* request a quote css */

.afrfq-quote-popup-content {
    width: 90%;
    max-width: 1090px;
    height: 60%;
	max-height:700px !important;
	padding: 30px 40px !important;
}

.afrfq-quote-popup-content .afrfq-quote-inner-content h2 {
    font-family: Garamond;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.afrfq-quote-popup-content .afrfq-quote-inner-content .adf-request-quote-popup.template_one{
	max-width: auto !important;
}

.addify-quote-form table.addify-quote-form__contents {
    margin: 30px 0px !important;
}

    .addify-quote-form__contents .product-name {
        text-align: left !important;
    }

.adf-main-qoute-popup{
	padding: 0 !important;
}
.addify-quote-form__contents .product-remove {
    padding: unset !important;
}

.adf-quote-detail-wrap .addify-quote-form__contents th {
    background: #f7f7f7 !important;
    color: #333 !important;
    text-align: center !important;
    text-transform: capitalize;
    padding: 16px 13px !important;
    vertical-align: middle;
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

form.addify-quote-form table.addify-quote-form__contents th.product-name {
    width: 30%;
}


a.remove.remove-cart-item.remove-quote-item{
position:relative;
font-size:0 !important;	
}

.woocommerce-cart-form__cart-item .product-remove a:before{
    content: "";
    width: 16px;
    height: 18px;
    background-image: url('images/delete-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
a.remove.remove-cart-item.remove-quote-item::after{
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background-image: url('images/delete-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-thumbnail a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 80px;
    height: 80px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item td.product-name a{
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333;	
    margin-bottom:20px;	
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item td.product-name ul.variation {
    font-family: Proxima Nova;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
	  color: #333 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item td.product-name ul.variation span.item-variation-name {
    color: #767676 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-price span.woocommerce-Price-amount.amount, 
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-subtotal span.woocommerce-Price-amount.amount, 
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-subtotal span.woocommerce-Price-amount.amount {
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333 !important;
    display: block;
}

input.input-text.offered-price-input.text {
    border-radius: 20px;
    width: 5.5em !important;
    padding: 0.45834em !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents tbody tr.cart_item {
    border-bottom: 1px solid #e8e8e8 !important;
}

.addify-quote-form .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 30% !important;
}

.addify-quote-form .cart_totals h2, .af_quote_fields h2 {
    font-size: 24px !important;
}

.addify-quote-form .table_quote_totals th{
	padding-left: 0 !important;
}

table.shop_table.shop_table_responsive.table_quote_totals tbody tr, .addify-quote-form .cart_totals .table_quote_totals th, .addify-quote-form .cart_totals  .table_quote_totals td, .addify-quote-form .cart_totals .table_quote_totals td span.woocommerce-Price-amount.amount, .addify-quote-form .cart_totals .table_quote_totals td span.woocommerce-Price-amount.amount,
.addify-quote-form .cart_totals .table_quote_totals td span.woocommerce-Price-amount.amount, .addify-quote-form .cart_totals .table_quote_totals td span.woocommerce-Price-amount.amount
{
    font-family: Proxima Nova;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    padding: 0 !important;
	color: #333 !important;
}

.addify-quote-form .cart_totals  .table_quote_totals tr:last-child th, .addify-quote-form .cart_totals .table_quote_totals tr:last-child td .woocommerce-Price-amount.amount {
    font-weight: 700 !important;
}

.addify-quote-form .cart_totals .table_quote_totals tr:last-child td .woocommerce-Price-amount.amount{
	color: #29529A !important;
}

.addify-quote-form .cart_totals .table_quote_totals td{
text-align:right !important;
}

table.shop_table.shop_table_responsive.table_quote_totals {
    margin-bottom: 30px !important;
}

div.af_quote_fields label {
    display: block;
    font-family: Proxima Nova !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 40px !important;
    text-transform: capitalize ! IMPORTANT;
    color: #333 !important;
}

div.af_quote_fields input[type="text"], div.af_quote_fields input[type="email"], div.af_quote_fields input[type="time"], div.af_quote_fields input[type="date"], div.af_quote_fields input[type="datetime-local"], div.af_quote_fields select, div.af_quote_fields textarea, div.af_quote_fields input[type="number"] {
    box-shadow: none;
    background: #fff;
    border: 1px solid #e8e8e8 !important;
    padding-left: 10px;
    width: 100%;
    font-family: Proxima Nova;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.af-popup-quote-field-table .form_row {
    text-align: left !important;
}

button.button.alt.addify_popup_checkout_place_quote, .af-quote-field-table .addify_checkout_place_quote {
    color: #fff !important;
    background: #29529A !important;
    font-family: Proxima Nova;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px ! IMPORTANT;
    text-align: center ! IMPORTANT;
    border-radius: 30px !important;
    text-transform: uppercase !important;
}

.woocommerce.adf-request-quote-page.template_one {
    max-width: unset !important;
}

.addify-quote-form.template_one .cart_totals table {
    border: none !important;
}

.addify-quote-form.template_one .af_quote_fields .af-quote-field-table {
    width: 100% !important;
    max-width: unset !important;
}

.af-quote-field-table .form_row{
    text-align:left !important;
}

.cart-info ul.variation, .cart-info ul.variation p{
    font-size:13px !important;
}

ul.variation .item-variation-name{
    color: #333333 !important;
    font-weight: 500 !important;	
}

ul.variation span.item-variation-value{
    color: #333333 !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}


.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    transition: top 0.3s ease;
}

.wc-block-cart__main .wc-block-cart-items td{
    border: none;
}

.wc-block-cart table.wc-block-cart-items tr:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.wd-builder-off .woocommerce-MyAccount-navigation ul>li>a {
    font-size: 16px;
    min-height: 46px;
    color: #333;
    font-family: 'Proxima Nova Medium';
    font-weight: 500;
}
span#account_display_name_description {
    margin-top: 5px;
    display: block;
}
span#account_display_name_description em {
    font-style: normal;
    font-size: 12px;
    color: #767676;
}

.adf-request-quote-page .woocommerce-message a.button.wc-forward {
    display: none;
}
.woocommerce-Address-title .edit:before {
    font-size: 16px;
    vertical-align: middle;
}
.woocommerce-address-fields button.button {
    min-height: auto;
    padding: 13px 24px;
    line-height: 1.077;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 25px;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p.form-row label.screen-reader-text {
    height: auto;
    width: auto;
    clip: unset;
    clip-path: unset;
    margin: 0;
    position: unset !important;
    transform: unset;
    margin-bottom: 5px;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p.form-row {
    margin-bottom: 0;
    width: 100%;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p.form-row#billing_address_1_field {
    margin: 0;
}
.plp-page-products-block .wd-loop-footer.products-footer,
.search-results .wd-loop-footer.products-footer {
    border-top: 1px solid #E8E8E8;
    padding-top: 50px;
}
.search-results p.woocommerce-result-count {
    display: none !important;
}
.woocommerce-orders-table th {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Proxima Nova Medium';
}
td.woocommerce-orders-table__cell {
    color: #333;
}
.woocommerce-orders-table__cell a.woocommerce-button.button.view {
    padding: 5px 17px;
}
/* desktop */

@media (min-width: 1025px) {
   
    .menu-open-label{
        text-transform: uppercase !important;
        font-size: 14px !important;
    }
    
    span.nav-link-text {
        text-transform: uppercase !important;
    }
    
    .footer-img img {
        position: absolute;
        right: -74px;
        bottom: 0;
    }
    
    li#menu-item-28979 {
        position: relative;
        left: 6px;
    }
    
    .wd-header-cart.wd-tools-element.wd-design-2.cart-widget-opener.whb-nedhm962r512y1xz9j06 {
        padding-left: 10px;
    }
    
    /* blog css */
    .single-post .wd-content-area.site-content {
        max-width: 900px;
    }
    
    .about-wrap .e-con-inner {
        gap: 80px;
    }
    .wd-content-area .avm-custom-checkout .avm-checkout-wrapper {
        gap: 82px;
    }
    form.woocommerce-EditAccountForm.edit-account p:where(.form-row-first,.form-row-last) {
        width: 49%;
    }
    .woocommerce-MyAccount-content > p {
        font-size: 16px;
    }
    .woocommerce .wd-my-account-wrapper {
        margin-top: 20px;
    }
    .woocommerce-Address-title .edit:before {
        font-size: 20px;
    }
    .woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 16px;
        margin-bottom: 25px;
    }
    .woocommerce-table--order-details tr:first-child th {
        font-size: 16px;
    }
    .woocommerce-MyAccount-content .woocommerce-order-details {
        margin-bottom: 80px;
    }
}

  /* Tablet css */

  @media (min-width: 769px) and (max-width: 1024px) {
  
    header .whb-general-header{ height: 60px !important;; }

    .footer_nav_account {
        position: relative;
        left: 0 !important;
        top: unset;
    }

    header .whb-general-header{
        min-height: auto;
    }

    header .wd-header-cart{
        left: auto;
    }

    article#post-74103{
        display: block;
    }

    .b2bwoo-csv-upload-section{
        order: 0;
        flex: 100%;
    }

    div#b2bwoo_quick_order_container {
        flex: 0 0 100%;
    }

    .b2bwoo-quick-order-product-search {
        margin-top: 20px !important;
    }

    :is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>* {
        margin-block: 0;
    }

    .b2bwoo-csv-step {
        margin-bottom: 0px;
    }

    .footer-img img {
        width: 80px;
        position: absolute;
        right: 20px;
        top: 100px;
    }
    
}
.whb-top-bar-inner .whb-color-light .wd-header-text {
    color: #D7E0F1;
}

  /* landscape */

@media (min-width: 577px) and (max-width: 767px) {

    .b2bwoo-csv-upload-section{
        order: 0;
    }
    
    div#b2bwoo_quick_order_container {
        flex: 0 0 100%;
    }
    
    .b2bwoo-quick-order-product-search {
        margin-top: 20px !important;
    }
    
    :is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>* {
        margin-block: 0;
    }
    
    .b2bwoo-csv-step {
        margin-bottom: 0px;
    }
    
    .b2bwoo-quick-order-form__contents {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    /* form.woocommerce-cart-form.b2bwoo-quick-order-form {
        width: 100%;
        overflow-x: auto;     
        overflow-y: visible;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.b2bwoo-quick-order-form__contents {
        min-width: 800px;     
        border-collapse: collapse;
    } */
    
    article#post-74103{
        display: block;
    }
    
    .b2bwoo-quick-order-form__contents td.product-name {
        min-width: 180px;
    }
    
    span#select2-quick-order-product-search-container {
        max-width: 300px;
    }
    
     table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        max-width: 220px !important;
        white-space: normal;
    }
    .wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
        margin: 0 !important;
    }
    .woocommerce-MyAccount-content fieldset h1 {
      margin-top: 15px;
    }
    .woocommerce-MyAccount-content .half_width {
      margin-right: 0 !important;
      width: 100% !important;
    }
    .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product .product-wrapper .wd-entities-title a,
    .plp-page-products-block .wd-entities-title a {
        font-size: 14px;
    }
    .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product {
        padding: 10px;
    }
    td.product-name a {
        width: 100%;
    }
    section.addify-quote-details table.quote_details th, section.addify-quote-details table.quote_details td {
        padding-left: 0;
        padding-right: 0;
    }
    .wd-builder-off .woocommerce-MyAccount-title {
        padding: 0 0 15px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    h2.woocommerce-order-details__title, h2.woocommerce-column__title {
        font-size: 20px;
    }
    .woocommerce-table--order-details thead :is(th),
    .woocommerce-customer-details address,
    .woocommerce-customer-details--email,
    .woocommerce-Address-title .edit,
    .woocommerce-MyAccount-content address{
        font-size: 14px;
    }
    tr.woocommerce-table__line-item.order_item td.product-name a{
        width: auto;
    }
    .woocommerce-table--order-details :is(th,td) {
        max-width: 35%;
        width: 35%;
    }
    .woocommerce-table--order-details :is(th,td):first-child {
        max-width: 65%;
        width: 65%;
    }
    .woocommerce-Address-title h2, .woocommerce-MyAccount-content form h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sitemap_section .elementor-sitemap-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .sitemap_section h2.elementor-sitemap-title {
        padding: 15px 12px;
        margin-bottom: 10px;
    }
    .sitemap_section .elementor-sitemap-list {
        margin-bottom: 25px;
    }

    /* request a quote */

    .addify-quote-form .cart-collaterals .cart_totals {
        width: 100%;
        max-width: 100% !important;
    }
    
    .afrfq-quote-popup-content {
        padding: 15px !important;
    }
    
    div.af_quote_fields_template_one {
        padding-top: 20px;
    }
    
    form.addify-quote-form table.addify-quote-form__contents th.product-name {
        min-width: 300px;
        text-align: left !important;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents td.product-thumbnail, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents th.product-thumbnail {
        display: table-cell !important;
        border-bottom: 1px solid #e8e8e8 !important;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-thumbnail a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    
    .afrfq-quote-popup-content .afrfq-quote-inner-content h2 {
        font-size: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
    }
    .addify-quote-form table.addify-quote-form__contents {
        margin: 15px 0px !important;
    }

}


  /* mobile */

  @media (max-width: 576px) {

    header .whb-general-header{ min-height: 60px !important; }

    #home_shop_by_category_sec .wd-cat-thumb a img{ height: 90px; width: 90px; object-fit: cover; border-radius: 50%;  }
    
    .today_hot_deal_section .product-element-top a img{ height: 140px; object-fit: cover; }
    
    .home_page_slider_banner{ height: 100%; }
    
    .wd-side-hidden {
        --wd-side-hidden-w: 340px;
        position: fixed;
        inset-block: 0 !important;
        z-index: 500;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: min(var(--wd-side-hidden-w), 100vw);
        background-color: var(--bgcolor-white);
        transition: transform 0.5s 
    cubic-bezier(0.19, 1, 0.22, 1);
        outline: none !important;
    }
    
    .elementor-29709 .elementor-element.elementor-element-b712ad3{
        align-items: center !important;
    }
    
    .wd-carousel-wrap{
        align-items: center;
    }
    
    
    /*  */
    
    h2{
        font-size: 24px;
    }
    
    .b2bwoo-csv-upload-section{
        order: 0;
    }
    
    div#b2bwoo_quick_order_container {
        flex: 0 0 100%;
    }
    
    .b2bwoo-quick-order-product-search {
        margin-top: 20px !important;
    }
    
    :is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>* {
        margin-block: 0;
    }
    
    .b2bwoo-csv-step {
        margin-bottom: 0px;
    }
    
    .b2bwoo-quick-order-form__contents {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    /* form.woocommerce-cart-form.b2bwoo-quick-order-form {
        width: 100%;
        overflow-x: auto;     
        overflow-y: visible;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.b2bwoo-quick-order-form__contents {
        min-width: 800px;     
        border-collapse: collapse;
    } */
    
    article#post-74103{
        display: block;
    }
    
    .b2bwoo-quick-order-form__contents td.product-name {
        min-width: 180px;
    }
    
    span#select2-quick-order-product-search-container {
        max-width: 300px;
    }
    
    .plp-page-subcategory-block .wd-cat-content.hover-mask {
        position: absolute;
        inset-inline: 20px;
        bottom: 40px;
        padding: 0 !important;
        text-align: start;
        transition: transform .3s ease;
        transform: translateY(100%) translateZ(0);
    }
    .plp-page-subcategory-block .wd-cat-content.hover-mask .wd-cat-count.more-products {
        margin-top: 10px;
    }
    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding-right:0;
    }
    
     table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        max-width: 220px !important;
        white-space: normal;
    }
    .wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
        margin: 0 !important;
    }
    .woocommerce-MyAccount-content fieldset h1 {
      margin-top: 15px;
    }
    .woocommerce-MyAccount-content .half_width {
      margin-right: 0 !important;
      width: 100% !important;
    }
    .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product .product-wrapper .wd-entities-title a,
    .plp-page-products-block .wd-entities-title a {
        font-size: 14px;
    }
    .wd-wishlist-content:not(.wd-wishlist-preview) .wd-product {
        padding: 10px;
    }
    section.addify-quote-details table.quote_details th, section.addify-quote-details table.quote_details td {
        padding-left: 0;
        padding-right: 0;
    }
    td.product-name a {
        width: 100%;
    }
    .wd-builder-off .woocommerce-MyAccount-title {
        font-size: 18px;
        padding: 0 0 15px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    h2.woocommerce-order-details__title, h2.woocommerce-column__title {
        font-size: 20px;
    }
    .woocommerce-table--order-details thead :is(th),
    .woocommerce-customer-details address,
    .woocommerce-customer-details--email,
    .woocommerce-Address-title .edit,
    .woocommerce-MyAccount-content address{
        font-size: 14px;
    }
    tr.woocommerce-table__line-item.order_item td.product-name a{
        width: auto;
    }
    .woocommerce-table--order-details :is(th,td) {
        max-width: 35%;
        width: 35%;
    }
    .woocommerce-table--order-details :is(th,td):first-child {
        max-width: 65%;
        width: 65%;
    }
    .woocommerce-Address-title h2, .woocommerce-MyAccount-content form h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
    .woocommerce-address-fields button.button {
        width: 100%;
    }
    .sitemap_section .elementor-sitemap-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .sitemap_section h2.elementor-sitemap-title {
        padding: 15px 12px;
        margin-bottom: 10px;
    }
    .sitemap_section .elementor-sitemap-list {
        margin-bottom: 25px;
    }
    .product_layout .wd-product {
        padding: 10px 0;
    }

    /* request a quote */

    :not(.list_wc_product_widget) a.login-to-prices-msg.login-side-opener {
        padding: 12px 12px !important;
        font-size: 12px !important;
    }

    .wd-term-desc.wd-entry-content h2, .term-description h2 {
        font-size: 22px;
    }
    /* quote */

    .addify-quote-form .cart-collaterals .cart_totals {
        width: 100%;
        max-width: 100% !important;
    }

    .afrfq-quote-popup-content {
        padding: 15px !important;
    }

    div.af_quote_fields_template_one {
        padding-top: 20px !important;

    }

    form.addify-quote-form table.addify-quote-form__contents th.product-name {
        min-width:300px;
        text-align: left !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents td.product-thumbnail,table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents th.product-thumbnail{
    display: table-cell !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents .cart_item .product-thumbnail a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .afrfq-quote-popup-content .afrfq-quote-inner-content h2 {
        font-size: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
    }

    .addify-quote-form table.addify-quote-form__contents {
        margin: 15px 0px !important;
    }


}

@media (max-width: 767px) {
    h3.wd-post-title.wd-entities-title.title.post-title a{
        font-size: 18px !important;
        font-weight: 600 !important;  
        line-height: 22px;
    }

    .blog .wd-post-read-more.wd-style-link{
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    :not(.list_wc_product_widget) a.login-to-prices-msg.login-side-opener {
        padding: 12px 12px !important;
        font-size: 12px !important;
    }
    .footer-img img {
        width: 60px;
        position: absolute;
        right: 10px;
        top: 120px;
    }
    .plp-page-products-block .wd-loop-footer.products-footer,
    .search-results .wd-loop-footer.products-footer {
        padding-top: 35px;
    }
    .woocommerce-orders-table__cell a.woocommerce-button.button.view {
        min-height: auto;
        line-height: 1;
        padding: 9px 17px;
    }
    .shop_table_responsive tr.woocommerce-orders-table__row {
        border: 1px solid #E8E8E8;
        padding: 18px 15px;
        gap: 15px;
    }
    .shop_table_responsive tr.woocommerce-orders-table__row td {
        line-height: 1;
    }
    .shop_table_responsive tr.woocommerce-orders-table__row td:not(:last-child) {
        padding-bottom: 15px;
    }
    .woocommerce-orders-table td:before {
        font-weight: 500;
        font-family: 'Proxima Nova Medium';
    }
}

@media (min-width: 430px) and (max-width: 768px) {
    .plp-page-subcategory-block .products.wd-products.wd-grid-g.title-line-one {
        --wd-col-sm: 2 !important;
    }

    .cat-design-default .wd-cat-content {
        position: absolute;
        inset-inline: 20px;
        bottom: 40px;
        padding: 0 !important;
        text-align: start;
        transition: transform .3s ease;
        transform: translateY(100%) translateZ(0);
    }

    .cat-design-default:hover .wd-cat-content {
        transform: translateY(0) translateZ(0);
    }

    .cat-design-default .wd-cat-count {
        margin-top: 5px;
        opacity: 0;
        transition: transform .3s ease, opacity .3s ease;
        transform: translateY(15px) translateZ(0);
    }

    .cat-design-default:hover .wd-cat-count {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

@media(max-width: 992px){

    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        position: static; 
    }
	
	.wc-block-components-sidebar-layout {
        flex-direction: column !important;
    }
	  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding-right:0;
    }
	
	  .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar{
        width: 100% !important;
    }
  
}

/* ------------------------------------------------------------------
   Scrolling Product Categories Animation - Danetti Style Search
   Vertical slide animation for search placeholder
------------------------------------------------------------------- */

/* Ensure search button/icon stays visible above placeholder */
.searchform .searchsubmit {
    position: relative;
    z-index: 5;
}

.searchform .wd-clear-search {
    position: relative;
    z-index: 5;
}

.searchform .wd-search-cat {
    position: relative;
    z-index: 5;
}

.wd-animated-placeholder {
    position: absolute;
    top: 0;
    left: 50px; /* Shifted right for search icon */
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #767676;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.wd-placeholder-static {
    color: #767676;
    flex-shrink: 0;
    margin-right: 5px;
    line-height: 1;
}

/* Slider container - fixed height shows only ONE item */
.wd-placeholder-slider {
    position: relative;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

/* Track that moves up/down */
.wd-slider-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Individual category items - each has fixed height */
.wd-scroll-item {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    display: block;
}

/* Hide original placeholder */
.searchform input.s::placeholder {
    color: transparent !important;
}

.searchform input.s {
    position: relative;
    z-index: 2;
}

/* For search with category dropdown */
.searchform.wd-with-cat .wd-animated-placeholder {
    right: 200px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .wd-animated-placeholder {
        font-size: 13px;
        left: 40px;
        right: 50px;
    }
    
    .wd-placeholder-slider,
    .wd-scroll-item {
        height: 18px;
        line-height: 18px;
    }
}

/* Dark color scheme */
.color-scheme-light .wd-animated-placeholder,
.color-scheme-light .wd-placeholder-static {
    color: rgba(255, 255, 255, 0.6);
}

.color-scheme-light .wd-scroll-item {
    color: #fff;
}

/* ============================================
   Custom Checkout Layout - 2 Column
   ============================================ */

/* Main checkout wrapper - 2 column layout */
.avm-custom-checkout .avm-checkout-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.avm-checkout-left-column {
    flex: 1;
    min-width: 0;
}

.avm-checkout-right-column {
    position: sticky;
    top: 20px;
    width: 390px;
    flex-shrink: 0;
}

/* Shipping and Billing sections */
.woocommerce-shipping-fields:not(:has(>#ship-to-different-address)){display: block !important;}
.woocommerce-shipping-fields,
.woocommerce-billing-fields {
    margin-bottom: 30px;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* Billing checkbox styling */
.avm-same-address-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.avm-same-address-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.avm-same-address-checkbox span {
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
}

/* Billing address fields - can be hidden */
#billing_address_fields {
    transition: all 0.3s ease;
}

#billing_address_fields[style*="display: none"] {
    display: none !important;
}

/* Shipping methods section */
.avm-checkout-shipping-methods {
    margin-top: 30px;
    margin-bottom: 30px;
}

.avm-checkout-shipping-methods h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* Payment methods section */
.avm-checkout-payment-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.avm-checkout-payment-section h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* Shipping methods display */
.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-shipping-methods li {
    margin-bottom: 15px;
}

/* Payment methods section */
#payment {
    margin-top: 20px;
}

#payment_method_heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* Additional fields section */
.woocommerce-additional-fields {
    margin-top: 30px;
    margin-bottom: 20px;
}

.woocommerce-additional-fields h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: unset;
}

/* Privacy policy text */
.woocommerce-privacy-policy-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

/* Checkout buttons */
.avm-checkout-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.avm-checkout-buttons .button {
    flex: 0 0 auto;
}

.avm-checkout-buttons .avm-back-to-cart {
    order: 0;
}
.avm-checkout-buttons a.button.avm-back-to-cart {
    text-transform: unset;
    font-size: 16px;
    padding: 0;
    background: url('images/left-arrow.svg') no-repeat left center;
    background-size: 15px;
    padding-left: 24px;
    color: #767676;
    min-height: auto;
    width: fit-content;
}
.woocommerce-privacy-policy-text {
    padding: 0;
}
.woocommerce-privacy-policy-text, 
.woocommerce-privacy-policy-text a {
    color: #000;
}
.avm-checkout-buttons .avm-place-order-visible {
    order: 2;
}

.avm-back-to-cart {
    padding: 12px 24px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.avm-back-to-cart:hover {
    background: #e0e0e0;
    color: #333;
}

/* Order review in right column */
.avm-checkout-right-column .checkout-order-review {
    padding: 25px 0px 0px;
    border: 1px solid #e0e0e0;
}
.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
    padding: 0 20px;
    margin: 0;
}
.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper thead {
    display: none;
}
.woocommerce-checkout-review-order .wd-checkout-prod-cont {
    align-items: self-start;
}
.avm-checkout-right-column .checkout-order-review .wd-checkout-prod-total span.woocommerce-Price-amount.amount {
    color: #29529A;
    font-size: 14px;
}
.checkout-order-review .wd-checkout-prod-title {
    font-size: 14px;
}
.checkout-order-review .wd-checkout-prod-title ul.variation li {
    line-height: 1;
}
.checkout-order-review tfoot {
    padding-top: 20px;
}
.checkout-order-review tfoot th, .checkout-order-review tfoot td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.checkout-order-review tfoot td .amount {
    font-size: 14px;
    color: #333333;
}
.woocommerce-checkout-review-order-table tfoot tr {
    height: auto;
    margin-bottom: 7px;
}
.woocommerce-checkout-review-order-table ul#shipping_method li {
    margin-bottom: 10px;
    line-height: 1;
}
.woocommerce-shipping-methods input.shipping_method {
    top: 0;
}
.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
    align-items: flex-start;
}
.woocommerce-checkout-review-order .wd-table-wrapper tr.order-total {
    margin: 0 -20px;
    padding: 20px 20px;
    border-top: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order .wd-table-wrapper tr.order-total th, .woocommerce-checkout-review-order .wd-table-wrapper tr.order-total td .amount {
    font-size: 16px;
}
.woocommerce-checkout-review-order .wd-table-wrapper tr.order-total td .amount {
    color: #29529A;
}
.avm-checkout-wrapper .woocommerce-shipping-fields {
    margin-bottom: 5px;
}
.avm-checkout-wrapper .woocommerce-billing-fields {
    margin-bottom: 15px;
}
h3#billing-address-title {
    margin-bottom: 50px;
}
.avm-checkout-wrapper .woocommerce-shipping-fields h3, .avm-checkout-wrapper .woocommerce-billing-fields h3{
    margin-bottom: 10px;
}
.avm-checkout-wrapper .woocommerce-shipping-fields h3+p,
.avm-checkout-wrapper .woocommerce-billing-fields h3+p {
    margin-bottom: 20px;
}
/* Coupon form in order review section - after products, before subtotals */
.woocommerce-checkout-review-order-table tr.avm-coupon-row {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -20px;
    padding: 0 20px;
}

.woocommerce-checkout-review-order-table tr.avm-coupon-row td {
    padding: 20px 0;
    border: none;
    width: 100%;
    text-align: left;
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0;
}
.woocommerce-checkout-review-order-table .checkout-coupon-form {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-review-order-table .checkout_coupon {
    display: flex;
    gap: 10px;
    border: 0;
    padding: 0;
    margin: 15px 0 0;
}

.woocommerce-checkout-review-order-table .checkout_coupon .form-row {
    margin: 0;
    flex: 1;
}
.woocommerce-checkout-review-order-table .checkout_coupon .form-row.form-row-last {
    flex: initial;
}
.woocommerce-checkout-review-order-table .checkout_coupon input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 40px;
}

.woocommerce-checkout-review-order-table .checkout_coupon button {
    white-space: nowrap;
}

.avm-checkout-right-column #order_review_heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
}

.avm-checkout-right-column #payment {
    display: none;
}

#payment .woocommerce-privacy-policy-text,
#payment .form-row.place-order .woocommerce-privacy-policy-text {
    display: none !important;
}

#payment .form-row.place-order button[name="woocommerce_checkout_place_order"] {
    display: inline-block !important;
}

#payment .form-row.place-order input[name="woocommerce-process-checkout-nonce"] {
    display: block !important;
}

.avm-checkout-left-column .checkout-order-review {
    display: none;
}
.avm-checkout-left-column .woocommerce-shipping-totals th {
    display: none;
}
.avm-checkout-left-column .woocommerce-shipping-totals td {
    padding: 0;
    border: 0;
}
.avm-checkout-left-column .woocommerce-shipping-totals td ul{
    border-radius: 4px; 
    border: 1px solid #E8E8E8;
}
.avm-checkout-left-column .woocommerce-shipping-totals td .woocommerce-shipping-methods li {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    gap: 10px;
    align-items: center;
}
.avm-checkout-left-column .woocommerce-shipping-totals td .woocommerce-shipping-methods li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.wc_payment_methods.payment_methods li.wc_payment_method > input,
.avm-checkout-left-column .woocommerce-shipping-methods input.shipping_method {
    display: none;
}
.avm-checkout-left-column .woocommerce-shipping-methods label,
.wc_payment_methods.payment_methods li.wc_payment_method > label {
    position: relative;
    line-height: 26px;
    width: 100%;
    padding-left: 38px;
    font-size: 14px;
    display: block;
}
.avm-checkout-left-column .woocommerce-shipping-methods label .amount {
    font-size: 14px;
}
.wc_payment_methods.payment_methods li.wc_payment_method > label:after,
.avm-checkout-left-column .woocommerce-shipping-methods label:after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    background: #333;
    opacity: 0;
}
.wc_payment_methods.payment_methods li.wc_payment_method > input:checked + label:after,
.avm-checkout-left-column .woocommerce-shipping-methods input.shipping_method:checked + label::after {
    opacity: 1;
}
.wc_payment_methods.payment_methods li.wc_payment_method > label:before,
.avm-checkout-left-column .woocommerce-shipping-methods label:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 50%;
    left: 0;
}
.wc_payment_methods.payment_methods.methods {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.wc_payment_methods.payment_methods li.wc_payment_method:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
.wc_payment_methods.payment_methods li.wc_payment_method {
    padding: 15px;
    margin: 0;
}
.payment_methods .wc_payment_method .payment_box{
    padding: 0;
    font-size: 13px;
    color: #767676;
}

.avm-checkout-buttons .avm-place-order-container {
    max-width: 360px;
    width: 100%;
}
.woocommerce-checkout form#customer_login {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.woocommerce-checkout form#customer_login::after{
    display: none;
}
.checkout-login-form {
    width: calc(100% - 472px);
}
.coming-soon > .product-wrapper .price, 
.coming-soon .product-image-summary-wrap .price, 
.franchise-restricted > .product-wrapper .price, 
.franchise-restricted  .product-image-summary-wrap .price,
.popup-quick-view [class*="franchise-"] .price{display: none !important;}
.popup-quick-view [class*="purchasable"] .price{display: block !important;}

.popup-quick-view .coming-soon-message.button {
    width: 100%;
    border-radius: 40px;
}
.wd-product.wd-hover-standard.product .wd-add-btn {
    
    margin-top: auto;
}
.wd-product.wd-hover-standard.product.coming-soon .wd-add-btn.wd-add-btn-replace {
    margin-top: auto;
}

.woocommerce-order-received .woocommerce-order {
    width: 100%;
}
.woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received h2.woocommerce-column__title {
    font-size: 20px;
}
.woocommerce-order-received .woocommerce-order-details span.woocommerce-Price-amount.amount,
.woocommerce-order-received .woocommerce-table--order-details :is(th,td) {
    font-size: 14px;
}
/* Responsive design */
@media (max-width: 1024px) {
    .avm-custom-checkout .avm-checkout-wrapper {
        flex-direction: column;
    }    
    .avm-checkout-right-column {
        width: 100%;
        position: relative;
        top: 0;
    }
    .checkout-login-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .avm-checkout-buttons {
        flex-direction: column;
    }
    .avm-checkout-buttons .avm-place-order-container {
        width: 100%;
        max-width: 100%;
    }
    .avm-checkout-buttons .avm-back-to-cart {
        order: 1;
    }
    .avm-checkout-wrapper {
        gap: 20px;
    }
    .avm-checkout-buttons .avm-back-to-cart {
        order: 1;
    }
    h3#billing-address-title {
        margin-bottom: 30px;
    }
    .avm-checkout-shipping-methods ,
    .avm-checkout-payment-section{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper,
    .avm-checkout-right-column #order_review_heading {
        padding: 0 15px;
    }    
    .woocommerce-checkout-review-order-table tr.avm-coupon-row {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .woocommerce-checkout-review-order .wd-table-wrapper tr.order-total {
        margin: 0 -15px;
        padding: 20px 15px;
    }
    .woocommerce-checkout-review-order .wd-checkout-prod-cont{
        display: flex;
    }
}