body .custom-select {
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  body .select-selected {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    z-index: 2;
    border-radius: 0;
    box-shadow: none;
    border: none;
    line-height: normal;
    width: 100%;
    transition: all 0s;
    border-bottom: none !important;
    padding-right: 0;
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 700;
    color: #616668;
  }
  body .select-selected::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    /* background-image: url(../../assets/images/dropdown-icon.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    position: relative;
    top: 2px;
    transition: all 0.35s;
  }
  @media (min-width: 992px) {
    body .select-selected:hover {
      transition: all 0s;
    }
  }
  body .select-selected.select-arrow-active {
    z-index: 6;
    box-shadow: none;
    border-radius: 0;
    transition: all 0s;
  }
  body .select-selected.select-arrow-active::after {
    transform: scale(-1);
    transition: all 0.35s;
  }
  body .select-items div {
    text-align: left;
    border: none;
    cursor: pointer;
    padding: 9.5px 0;
    margin-left: 12px;
    margin-right: 12px;
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 700;
    color: #616668;
  }
  @media (min-width: 992px) {
    body .select-items div:hover {
      color: #000;
    }
  }
  body .select-items div:last-child {
    border-bottom: none;
  }
  body .select-items {
    position: absolute;
    background: #fff;
    box-shadow: none;
    top: 40px;
    width: 50px;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  body .select-hide {
    display: none;
  }

.btn.btn-secondary {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    border-width: 2px;
    border-style: solid;
    padding: 8.5px 17px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    border-radius: 4px;
    border-color: transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default)) border-box;
    text-decoration: none;
}

.btn.btn-secondary img:first-child {
    width: 21px;
}

.btn.btn-primary {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--globalbuttonfontcolor);
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    padding: 8.5px 17px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
}

.btn.btn-primary img:first-child {
    width: 21px;
}

header .container.text-container {
    display: none;
}

#page.container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

section.page_banner {
    background: linear-gradient(180deg, rgba(241,241,242,1) 0%, rgba(243,243,243,1) 50%, rgba(245,245,245,1) 100%);
    position: relative;
    padding-top: 21px;
    padding-bottom: 51px;
}

section.page_banner .background_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

section.page_banner .background_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

section.page_banner .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
}

section.page_banner .content-area .top_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

section.page_banner .content-area .top_area .breadcrumb_area {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

section.page_banner .content-area .top_area .breadcrumb_area a {
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
    text-decoration: underline;
}

section.page_banner .content-area .top_area .breadcrumb_area span {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
}

section.page_banner .content-area .top_area .breadcrumb_area p {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
}

section.page_banner .content-area .top_area .social_links {
    display: flex;
    column-gap: 16px;
    position: relative;
}

section.page_banner .content-area .top_area .social_links a img {
    display: block;
}

section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 58px;
    right: 0;
    display: none;
}

section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 5px 10px;
}

section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic a svg {
    width: 20px;
    height: auto;
}


section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container.show {
    display: block;
}

section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
    width: auto !important;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv .sfsi_wicons {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
}

section.page_banner .content-area .text_area h1 {
    font-family: var(--defaultfont);
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
    color: #4B4B4C;
    margin-bottom: 20px;
}

section.page_banner .content-area .text_area p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #4F4F4F;
    max-width: 743px;
    margin-bottom: 0;
}

section.browse_product_cat {
    padding-top: 36px;
    padding-bottom: 36px;
}

section.browse_product_cat .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
}

section.browse_product_cat .content-area .top_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

section.browse_product_cat .content-area .top_area h2 {
    font-family: var(--defaultfont);
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    margin: 0;
}

section.browse_product_cat .content-area .top_area .btn.btn-secondary svg {
    position: relative;
    top: 1px;
}

section.browse_product_cat .content-area .product_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.1%;
    row-gap: 30px;
}

section.browse_product_cat .content-area .product_wrapper .item {
    width: 100%;
    max-width: 23.4%;
    border: 1px solid #ECECEC;
    position: relative;
    padding-bottom: 65px;
}

section.browse_product_cat .content-area .product_wrapper .item .img_area img {
    display: block;
    margin: 0 auto;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area {
    padding: 15px 21px 20px;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area .bottom_text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

section.browse_product_cat .content-area .product_wrapper .item .text_area h3 {
    font-family: var(--defaultfont);
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #000;
    margin-bottom: 4px;
    text-align: center;  
}

section.browse_product_cat .content-area .product_wrapper .item .text_area p {
    font-family: var(--defaultfont);
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 14px;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area p.meta {
    font-family: var(--defaultfont);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 14px;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area .btn {
    max-width: max-content;
    margin: auto;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area p.meta strong {
    font-weight: 600;
}

section.browse_product_cat .content-area .product_wrapper .item.last_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
}

section.browse_product_cat .content-area .product_wrapper .item.last_item h3 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #000;
    text-align: center;
    margin-bottom: 14px;
}

section.browse_product_cat .content-area .product_wrapper .item.last_item p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #000;
    max-width: 228px;
    margin-bottom: 14px;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout {
    row-gap: 0;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item  {
    border-bottom: none;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .img_area {
    max-width: 20%;
    padding: 15px 20px;
    padding-right: 0;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area {
    max-width: 80%;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area h3 {
    text-align: left;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area p {
    text-align: left;
    max-width: 800px;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area p.meta {
    /* display: none; */
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area a {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 100%; */
    margin-left: unset;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item.last_item {
    padding: 15px 20px;
    border-bottom: 1px solid #ECECEC;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item.last_item h3,
section.browse_product_cat .content-area .product_wrapper.rows_layout .item.last_item p {
    text-align: left;
    max-width: 100%;
}

section.featured_products {
    border-top: 1px solid #ECECEC;
    padding-top: 32px;
    padding-bottom: 62px;
    overflow: hidden;
}

section.featured_products .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
}

section.featured_products .content-area .top_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

section.featured_products .content-area .top_area h2 {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #000;
}

section.featured_products .content-area .top_area .arrows {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

section.featured_products .content-area .top_area .arrows div svg {
    display: block;
}

section.featured_products .content-area .top_area .arrows div {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
}

section.featured_products .content-area .top_area .arrows div.right_arrow svg {
    position: relative;
    left: 2px;
}

section.featured_products .content-area .top_area .arrows div.left_arrow svg {
    position: relative;
    right: 2px;
}

section.featured_products .content-area .top_area .arrows div.disabled {
    opacity: .4;
}

section.featured_products .content-area .slider_area .slider_wrapper {
    opacity: 0;
    height: 0;
}

section.featured_products .content-area .slider_area .slider_wrapper.slick-initialized {
    opacity: 1;
    height: auto;
}

section.featured_products .content-area .slider_area .slider_wrapper .item {
    border: 1px solid #ECECEC;
    width: 288px !important;
}

section.featured_products .content-area .slider_area .slider_wrapper .item .img_area {
    height: 180px;
}

section.featured_products .content-area .slider_area .slider_wrapper .item .img_area img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

section.featured_products .content-area .slider_area .slider_wrapper .item .text_area {
    padding: 9.5px 10px;
}

section.featured_products .content-area .slider_area .slider_wrapper .item .text_area span {
    font-family: var(--defaultfont);
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    text-align: center;
}

section.featured_products .content-area .slider_area .slider_wrapper .item .text_area p {
    font-family: var(--defaultfont);
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    text-align: center;
}

section.featured_products .content-area .slider_area .slick-track
{
    display: flex !important;
    margin-left: 0;
}

section.featured_products .content-area .slider_area .slick-slide
{
    height: inherit !important;
    margin: 0 15px;
    width: 288px !important;
}

section.featured_products .content-area .slider_area .slick-list {
    margin: 0 -15px;
}

section.featured_products .content-area .slider_area .slick-slide > div {
    height: 100%;
}

section.featured_products .content-area .slider_area .slick-slide > div .item {
    height: 100%;
    position: relative;
}

section.featured_products .content-area .slider_area .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

section.featured_products .content-area .slider_area .slick-list {
    overflow: unset;
}

section.featured_products .content-area .slider_area {
    position: relative;
}

section.featured_products .content-area .slider_area:after {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 1) 89%);
    height: 120%;
    width: 23%;
    top: 0;
    right: -14%;
    position: absolute;
}

@media (min-width: 1800px) {
    section.featured_products .content-area .slider_area:after {
        right: -34%;
        width: 40%;
    }
}

section.featured_products .content-area .slider_area .slick-slide {
    opacity: 0;
}

section.featured_products .content-area .slider_area .slick-slide.slick-active {
    opacity: 1;
}

section.featured_products .content-area .slider_area .slick-next, section.featured_products .content-area .slider_area .slick-prev {
    opacity: 0;
}

section.all_product_cat {
    background: #F9F9F9;
    padding-top: 32px;
    padding-bottom: 68px;
    overflow: hidden;
}

section.all_product_cat .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    column-gap: 4.15%;
    flex-wrap: wrap;
}

section.all_product_cat .content-area .left_area {
    width: 100%;
    max-width: 31.9%;
    position: relative;
    z-index: 99;
    background: #F9F9F9;
}

section.all_product_cat .content-area .left_area .title_area {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

section.all_product_cat .content-area .left_area .title_area h2 {
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
    color: #000;
}

section.all_product_cat .content-area .left_area .all_cat .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 16px 0 12px;
    padding-left: 6.5px;
    padding-right: 26px;
    cursor: pointer;
}

section.all_product_cat .content-area .left_area .all_cat .item  p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    color: #000;
}

section.all_product_cat .content-area .left_area .all_cat .item .icon {
    margin-left: auto;
}

section.all_product_cat .content-area .left_area .all_cat .item .icon svg {
    display: block;
}

section.all_product_cat .content-area .left_area .bottom_link a {
    font-family: var(--defaultfont);
    text-decoration: underline;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    color: #000;
    padding-left: 9px;
    margin-top: 15px;
    display: block;
}

section.all_product_cat .content-area .right_area .arrows {
    display: flex;
    align-items: center;
    column-gap: 22px;
    justify-content: right;
    margin-bottom: 16px;
}

section.all_product_cat .content-area .right_area .arrows div svg {
    display: block;
}

section.all_product_cat .content-area .right_area .arrows div {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
}

section.all_product_cat .content-area .right_area .arrows div.right_arrow svg {
    position: relative;
    left: 2px;
}

section.all_product_cat .content-area .right_area .arrows div.left_arrow svg {
    position: relative;
    right: 2px;
}

section.all_product_cat .content-area .right_area .arrows div.disabled {
    opacity: .4;
}

section.all_product_cat .content-area .left_area .all_cat .item span {
    width: 38px;
    height: 38px;
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    margin-right: 14.5px;
}

section.all_product_cat .content-area .right_area {
    width: 100%;
    max-width: 63.9%;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab {
    display: none;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slider_area {
    opacity: 0;
    height: 0;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slider_area.slick-initialized {
    opacity: 1;
    height: auto;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab.show {
    display: block;
}

body.tax-product_cat .site-content,
body.single-product .site-content {
    padding-bottom: 0;
}

body.woocommerce-cart .site-content {
    padding-bottom: 0;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide {
    margin: 0 20px;
    width: 290px;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .img_area {
    height: 180px;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area {
    background-color: #fff;
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 84px;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item {
    border: 1px solid #ECECEC;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area h3 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 6px;
    text-align: center;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 14px;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area ul {
    margin: 0;
    list-style: none;
    padding-left: 0 !important;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    display: flex;
    margin-bottom: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item ul {
    margin: 0;
    list-style: none;
    padding-left: 0 !important;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    display: flex;
    margin-bottom: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item ul li:last-child {
    margin-bottom: 0;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item ul li::before {
    content: "";
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    width: 8px;
    height: 8px;
    margin-right: 7px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item ul li::after {
    display: none;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area ul li:last-child {
    margin-bottom: 0;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area ul li::before {
    content: "";
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    width: 8px;
    height: 8px;
    margin-right: 7px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area ul li::after {
    display: none;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item .text_area a.btn.btn-black {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    max-width: max-content;
    display: block;
    margin: auto;
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 6px 16px;
    background-color: transparent;
    text-decoration: none;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-track
{
    display: flex !important;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide
{
    /* height: inherit !important; */
    margin: 0 20px;
    width: 288px !important;
    opacity: 0;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide.slick-active {
    opacity: 1;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-list {
    overflow: unset;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide > div {
    height: 100%;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide > div .item {
    height: 100%;
    background-color: #fff;
    position: relative;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide > div .item a.btn.btn-black {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slider_area:after {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 1) 89%);
    height: 100%;
    width: 23%;
    top: 0;
    right: -20%;
    position: absolute;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide > div .item.only_desktop {
    opacity: 0 !important;
}

section.all_product_cat .content-area .right_area .bottom_area .slider_tab .item.only_desktop,
section.featured_products .content-area .slider_area .item.only_desktop {
    opacity: 0 !important;
}

section.featured_products .content-area .slider_area .slick-slide > div .item.only_desktop {
    opacity: 0 !important;
}

@media (min-width: 1770px) {
    section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slider_area:after {
        right: -64%;
        width: 500px;
        height: 647px;
        top: -24%;
    }
}

@media (max-width: 991.98px) {
    section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide > div .item.only_desktop {
        display: none !important;
    }

    section.featured_products .content-area .slider_area .slick-slide > div .item.only_desktop {
        display: none !important;
    }

    section.page_banner .background_area img {
        object-fit: cover;
    }

    section.browse_product_cat .content-area .product_wrapper .item {
        max-width: 31.9%;
    }

    section.browse_product_cat .content-area .product_wrapper .item.last_item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn.btn-primary {
        font-size: 14px;
    }

    section.page_banner .background_area::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: .5;
    }

    section.featured_products .content-area .slider_area .slick-list {
        margin: 0;
    }

    section.featured_products .content-area .slider_area .slick-slide {
        opacity: 1;
    }

    section.all_product_cat .content-area .right_area .bottom_area .slider_tab .slick-slide {
        opacity: 1;
    }

    section.all_product_cat .content-area {
        padding-left: 0;
    }

    section.all_product_cat .content-area .left_area {
        padding-left: 20px;
    }

    section.all_product_cat .content-area .left_area .all_cat .item span {
        flex-shrink: 0;
    }

    section.all_product_cat .content-area .left_area .all_cat .item p {
        font-size: 12px;
        line-height: normal;
    }

    section.all_product_cat .content-area .left_area .bottom_link a {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {

    .btn.btn-primary {
        font-size: 16px;
    }

    section.all_product_cat .content-area .left_area .all_cat .item p {
        font-size: 22px;
    }

    section.all_product_cat .content-area .left_area .bottom_link a {
        font-size: 22px;
        line-height: 30px;
        max-width: 60%;
        margin-top: 32px;
    }

    section.page_banner .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
        right: unset;
        left: 0;
    }

    section.page_banner .content-area .top_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.browse_product_cat .content-area .top_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.browse_product_cat .content-area .product_wrapper {
        column-gap: 0;
        row-gap: 20px;
    }

    section.browse_product_cat .content-area .product_wrapper .item {
        max-width: 100%;
    }

    section.all_product_cat .content-area .left_area {
        padding-left: 0;
        max-width: 100%;
        background-color: transparent;
        z-index: 1;
    }

    section.all_product_cat .content-area {
        padding-left: 20px;
    }

    section.all_product_cat .content-area .right_area {
        max-width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 2;
    }
}

@media print {
    header, footer, section.page_banner .content-area .top_area .social_links {
       /* visibility: hidden; */
       display: none !important;
       height: 0 !important;
    }
}

/* Sub Category */

section.sub_cat_catalog .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
}

section.sub_cat_catalog .content-area .top_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
    margin-top: 21px;
    width: 100%;
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area a {
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
    text-decoration: underline;
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area span {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area p {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
}

section.sub_cat_catalog .content-area .top_area .social_links {
    display: flex;
    column-gap: 16px;
    position: relative;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 58px;
    right: 0;
    display: none;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container.show {
    display: block;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 5px 10px;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic a svg {
    width: 20px;
    height: auto;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
    width: auto !important;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv .sfsi_wicons {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
}

section.sub_cat_catalog .content-area .top_area .social_links a img {
    display: block;
}

section.sub_cat_catalog .content-area .left_area.hide_filter {
    display: none;
}

section.sub_cat_catalog .content-area .left_area {
    width: 100%;
    max-width: 21.3%;
}

section.sub_cat_catalog .content-area .wrapper_area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.1%;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area {
    width: 100%;
    max-width: 74.6%;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area.full_width {
    max-width: 100%;
}


section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area h1 {
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 17px;
    color: #4B4B4C;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area {
    display: flex;
    column-gap: 13px;
    margin-bottom: 17px
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .description {
    margin-bottom: 17px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .description p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .description ol li,
section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .description ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area h4 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .download_wrapper {
    display: flex;
    column-gap: 18px;
    row-gap: 18px;
    flex-wrap: wrap;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .download_wrapper a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 12.5px 13px;
    border: 1px solid #BEBEBE;
    border-radius: 19px;  
    text-decoration: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .download_wrapper a img {
    flex-shrink: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .download_wrapper a span {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #000;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.6%; 
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area {
    max-width: 66%;
    width: 100%;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .img_area {
    max-width: 31%;
    width: 100%;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .img_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .img_area {
    height: 260px;
}

section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 58px;
    right: 0;
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area {
    position: relative;
    max-width: max-content;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 58px;
    right: 0;
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container.show {
    display: block;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container .sharetastic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 5px 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container .sharetastic a svg {
    width: 20px;
    height: auto;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
    width: auto !important;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv .sfsi_wicons {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
}

.btn.btn-secondary img:first-child {
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area {
        max-width: 100%;
        margin-bottom: 20px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .top .img_area {
        max-width: 100%;
        margin-bottom: 20px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .top .img_area img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    section.sub_cat_catalog .content-area .top_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.sub_cat_catalog .content-area .top_area .breadcrumb_area {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    section.sub_cat_catalog .content-area .left_area {
        max-width: 100%;
        margin-bottom: 20px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area {
        max-width: 100%;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .top .text_area .button_area .sfsi_widget.sfsi_shortcode_container {
        position: relative;
        right: unset;
        left: 0;
        top: 0;
        width: 100%;
    }

    section.sub_cat_catalog .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
        right: unset;
        left: 0;
    }
}

@media (min-width: 1800px) {
    section.page_banner .content-area .top_area .social_links {
        position: relative;
        right: 14%;
    }
}

@media (min-width: 1900px) {
    section.page_banner .content-area .top_area .social_links {
        position: relative;
        right: 9%;
    }
}

body.tax-product_cat #primary {
    width: 100%;
    max-width: 100%;
}

body.tax-product_cat #primary .woocommerce-breadcrumb {
    display: none;
}

body.tax-product_cat #primary .woocommerce-products-header {
    display: none;
}

body.tax-product_cat #primary .right_area .wcf-group-wrapper {
    display: none;
}

section.banner_single_product .content-area {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

section.banner_single_product .content-area .top_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
    margin-top: 21px;
    width: 100%;
}

section.banner_single_product .content-area .top_area .breadcrumb_area {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

section.banner_single_product .content-area .top_area .social_links {
    display: flex;
    column-gap: 16px;
    position: relative;
}

section.banner_single_product .content-area .top_area .breadcrumb_area a {
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
    text-decoration: underline;
}

section.banner_single_product .content-area .top_area .breadcrumb_area span {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
}

section.banner_single_product .content-area .top_area .breadcrumb_area p {
    margin: 0;
    font-weight: 400;
    color: #4B4B4D;
    font-size: 17px;
    line-height: normal;
    font-family: var(--defaultfont);
    margin-left: 2px;
}

section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container.show {
    display: block;
}
section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 30px;
    left: 0;
    display: none;
}


section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 5px 10px;
}

section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .sharetastic a svg {
    width: 20px;
    height: auto;
}

section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
    width: auto !important;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

section.banner_single_product .content-area .top_area .social_links .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv .sfsi_wicons {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
}

section.banner_single_product .content-area .top_area .social_links a img {
    display: block;
}

section.banner_single_product .content-area .button_area {
    position: relative;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container {
    position: absolute;
    float: none;
    display: flex;
    align-items: center;
    top: 58px;
    right: 0;
    display: none;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container  .sharetastic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 5px 10px;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container  .sharetastic a svg {
    width: 20px;
    height: auto;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container.show {
    display: block;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
    width: auto !important;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv .sfsi_wicons {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
}

section.banner_single_product .content-area .left_area {
    max-width: 60%;
    width: 100%;
    padding-bottom: 29px;
}

section.banner_single_product .content-area .right_area {
    width: 100%;
    max-width: 38%;
    padding-bottom: 20px;
}

section.banner_single_product .content-area .left_area .title_area h1 {
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 17px;
    color: #4B4B4C;
}

section.banner_single_product .content-area .left_area .title_area p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px;
}

section.banner_single_product .content-area .left_area .title_area p span {
    color: #A4ACB3;
}

section.banner_single_product .content-area .left_area .title_area p strong {
    font-weight: 700;
}

section.banner_single_product .content-area .left_area .title_area .button_area {
    display: flex;
    column-gap: 13px;
    padding-bottom: 17px;
    max-width: max-content;
    border-bottom: 1px solid #DFE6EC;
}

section.banner_single_product .content-area .left_area .description {
    margin-top: 17px;
    border-bottom: 1px solid #DFE6EC;
    padding-bottom: 17px;
}

section.banner_single_product .content-area .left_area .description p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000;
    margin-bottom: 17px;
}

section.banner_single_product .content-area .left_area .description .custom_cta {
    background: #F0F0F0;
    padding: 7px 16px;
    margin-bottom: 17px;
}

section.banner_single_product .content-area .left_area .description .custom_cta p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    color: #212529;
    line-height: 22px;
}

section.banner_single_product .content-area .left_area .description .custom_cta p a  {
    color: #212529;
    font-weight: 700;
    text-decoration: underline;
}

section.banner_single_product .content-area .left_area .description .custom_cta p strong {
    font-weight: 700;
}

section.banner_single_product .content-area .left_area .description h2 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    color: #000;
    margin-bottom: 17px; 
}

section.banner_single_product .content-area .left_area .description ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

section.banner_single_product .content-area .left_area .description ul li {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

section.banner_single_product .content-area .left_area .description ul li ul {
    margin-top: 20px;
    padding-left: 15px;
}

section.banner_single_product .content-area .left_area .description ul li ul li p {
    flex: 0 0 100%;
}

section.banner_single_product .content-area .left_area .description ul li:last-child {
    margin-bottom: 0;
}

section.banner_single_product .content-area .left_area .description ul li::before {
    content: "";
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    width: 10px;
    height: 10px;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

section.banner_single_product .content-area .left_area .description ul li::after {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area {
    margin-top: 26px;
}

section.banner_single_product .content-area .left_area .spec_area .button_area {
    display: flex;
    column-gap: 33px;
    align-items: flex-end;
    margin-bottom: 17px;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .qty label {
    display: block;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #212529;  
}

section.banner_single_product .content-area .left_area .spec_area .button_area .qty input {
    width: 120px;
    border-radius: 4px;
    border: 1px solid #A4ACB3;
    text-align: center;
    padding: 12px; 
    font-family: "Archivo", sans-serif;
    color: #616668;
    margin: 0;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .qty input::-webkit-inner-spin-button {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .btn-primary {
    padding: 13px 21px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    /* color: #000; */
    color: var(--globalbuttonfontcolor);
}

section.banner_single_product .content-area .left_area .spec_area .spec_table h2 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    color: #000;
    margin-bottom: 15px;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item:last-child {
    margin-bottom: 0;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item {
    width: 100%;
    max-width: 29%;
    background-color: rgba(242, 242, 242, .5);
    padding: 6px 10px;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item  p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item {
    width: 100%;
    max-width: 69.4%;
    background-color: rgba(242, 242, 242, .5);
    padding: 12px 15px;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;  
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item ul li {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;  
}

section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

section.banner_single_product .content-area .left_area .spec_area .load_more {
    font-family: var(--defaultfont);
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin-top: -15px;
    position: relative;
    text-decoration: underline;
}

section.banner_single_product .content-area .left_area .spec_area h2 {
    margin-top: 17px;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    color: #000;
    margin-bottom: 15px;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper {
    display: flex;
    column-gap: 18px;
    row-gap: 18px;
    flex-wrap: wrap;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding: 9px 13px;
    border: 1px solid #BEBEBE;
    border-radius: 19px;
}

section.banner_single_product .content-area .left_area .spec_area .spec_wrapper {
    position: relative;
    max-height: 395.63px;
    overflow: hidden;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table.show_all .spec_wrapper {
    max-height: unset;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table.show_all .spec_wrapper::after {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .spec_table.show_all .load_more {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .btn-primary.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .btn-primary.added_item {
    /* pointer-events: none; */
}

section.banner_single_product .content-area .left_area .spec_area .spec_wrapper::after {
    content: "";
    width: 100%;
    height: 100px;
    top: 307px;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%);
    position: absolute;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper a img {
    display: block;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper a span {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #000;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-track {
    margin-left: unset;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-track,
section.banner_single_product .content-area .right_area .slider_top .slick-track
{
    display: flex !important;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide {
    height: 72px !important;
    aspect-ratio: 1/1;
    width: auto !important;
}

section.banner_single_product .content-area .right_area .slider_top .slick-slide {
    height: 548px;

}

section.banner_single_product .content-area .right_area .slider_top {
    margin-bottom: 19px;
}


section.banner_single_product .content-area .right_area .slider_bottom .slick-slide div,
section.banner_single_product .content-area .right_area .slider_top .slick-slide div  {
    height: 100%;
}

section.banner_single_product .content-area .right_area .slider_top .slick-slide div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide div img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide > div {
    width: 72px;
    height: 72px;
    border: 1px solid #DFE6EC;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide > div {
    margin: 0 5px;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide:nth-child(2) > div {
    padding-left: 0;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide > div .single_img {
    border: 1px solid #DFE6EC;
}

section.banner_single_product .content-area .right_area .slider_bottom .slick-slide:first-child > div {
    margin: 0;
}

section.banner_single_product .content-area .right_area .slider_top .left_arrow {
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    backdrop-filter: blur(34px);
    z-index: 2;
    top: 48%;
    transform: translateY(-50%);
    left: 21px;
}

section.banner_single_product .content-area .right_area .slider_top .left_arrow svg {
    position: relative;
    right: 2px;
}

section.banner_single_product .content-area .right_area .slider_top .slick-arrow.slick-disabled svg {
    opacity: .4;
}

section.banner_single_product .content-area .right_area .slider_top .slick-arrow {
    cursor: pointer;
}

section.banner_single_product .content-area .right_area .slider_top .slick-arrow.slick-disabled {
    border: 1px solid rgba(139, 139, 139, .25);
    cursor: not-allowed;
}


section.banner_single_product .content-area .right_area .slider_top .right_arrow {
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    backdrop-filter: blur(34px);
    z-index: 2;
    top: 48%;
    transform: translateY(-50%);
    right: 21px;
}

section.banner_single_product .content-area .right_area .slider_top .right_arrow svg {
    position: relative;
    left: 2px;
}

@media (max-width: 991.98px) {
    section.banner_single_product .content-area .right_area .slider_top .slick-slide {
        height: auto;
        aspect-ratio: 1/1;
    }

    section.banner_single_product .content-area .right_area .slider_bottom .slick-slide {
        aspect-ratio: 1/1;
        height: auto !important;

    }

    section.banner_single_product .content-area .right_area .slider_bottom .slick-slide > div {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    section.banner_single_product .content-area .left_area .title_area .button_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media (max-width: 767.98px) {
    section.banner_single_product .content-area .top_area .breadcrumb_area {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    section.banner_single_product .content-area .right_area {
        max-width: 100%;
    }

    section.banner_single_product .content-area .top_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.banner_single_product .content-area .left_area {
        max-width: 100%;
    }

    section.banner_single_product .content-area .button_area .sfsi_widget.sfsi_shortcode_container {
        position: relative;
        top: 0;
        width: 100%;
    }

    section.banner_single_product .content-area .left_area .spec_area .button_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.banner_single_product .content-area .right_area {
        padding-bottom: 20px;
    }

    section.banner_single_product .content-area .left_area {
        order: 2;
    }

    section.banner_single_product .content-area .right_area {
        order: 1;
    }

    section.browse_product_cat .content-area .product_wrapper.rows_layout .item .img_area {
        max-width: 100%;
        padding-right: 20px;
    }

    section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area {
        max-width: 100%;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area #wcf-mobile-portal .wcf-form-elements-wrapper:last-child {
        display: none;
    }
}

.fancybox-container .fancybox-button.fancybox-button--zoom {
    display: none !important;
}

#page.site {
    z-index: 101;
    position: relative;
}

section.banner_single_product .content-area .modal_notification, 
section.sub_cat_catalog .content-area .modal_notification {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

section.banner_single_product .content-area .modal_notification.active,
section.sub_cat_catalog .content-area .modal_notification.active {
    opacity: 1;
    pointer-events: all;
}

section.banner_single_product .content-area .modal_notification .modal_content,
section.sub_cat_catalog .content-area .modal_notification .modal_content {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 11px 16px;
    column-gap: 17px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px; 
}

section.banner_single_product .content-area .modal_notification .modal_content .clip_area,
section.sub_cat_catalog .content-area .modal_notification .modal_content .clip_area {
    position: absolute;
    top: -7px;
    right: 90px;
}

section.banner_single_product .content-area .modal_notification .modal_content .clip_area img,
section.sub_cat_catalog .content-area .modal_notification .modal_content .clip_area img {
    display: block;
    width: 15px;
}

section.banner_single_product .content-area .modal_notification .modal_content .img_area,
section.sub_cat_catalog .content-area .modal_notification .modal_content .img_area {
    width: 100%;
    max-width: 60px;
    border-radius: 5px;
    overflow: hidden; 
    aspect-ratio: 1 / 1;
}

section.banner_single_product .content-area .modal_notification .modal_content .img_area img,
section.sub_cat_catalog .content-area .modal_notification .modal_content .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
     
}

section.banner_single_product .content-area .modal_notification .modal_content .text_area p.top,
section.sub_cat_catalog .content-area .modal_notification .modal_content .text_area p.top {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #000;
}

section.banner_single_product .content-area .modal_notification .modal_content .text_area a,
section.sub_cat_catalog .content-area .modal_notification .modal_content .text_area a {
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 400;
    color: #868686;
    text-decoration: underline;
    display: block;
    line-height: 160%;
}

@media (max-width: 1440.98px) {
    section.banner_single_product .content-area .modal_notification,
    section.sub_cat_catalog .content-area .modal_notification {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    section.banner_single_product .content-area .modal_notification,
    section.sub_cat_catalog .content-area .modal_notification {
        position: fixed;
        top: 20px;
    }

    section.banner_single_product .content-area .modal_notification .modal_content .clip_area,
    section.sub_cat_catalog .content-area .modal_notification .modal_content .clip_area {
        display: none;
    }
}

section.sub_cat_catalog table.wc-product-table {
    visibility: visible;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area {
    border-top: 1px solid #ECECEC;
    margin-top: 20px;
    padding-top: 13px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-part-counter {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #212529;
    height: auto;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-right label {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-right select {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 5px 10px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #A4A6A9;
    background: #fff url(/wp-content/plugins/catalog-ims/assets/images/svg/arrow_down_catalog.svg) right no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px);
    width: auto;
    padding-right: 5px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-right select#cgims-show {
    width: 50px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options .cgims-extra-options-part-sort {
    column-gap: 20px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options .cgims-extra-options-left,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options .cgims-extra-options-right {
    float: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-controls.wc-product-table-above {
    margin: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options:before, section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options:after {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead {
    background: #F9F9F9;
    height: 60px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    text-align: left;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 12px 15px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th::before,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th::after {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th .wpt-bulk-select-wrap {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td {
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 18px 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table th, section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table td {
    box-sizing: content-box;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:nth-child(1),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(1){
    width: 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:nth-child(2),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(2){
    width: 100px !important;
    
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(2) {
    padding-left: 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:nth-child(3),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(3){
    width: 172px;
    text-align: left;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:nth-child(4),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(4){
    width: 235px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 0 0;
    text-align: left;
    display: block;
    text-decoration: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td a.register_link::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
}

body:not(.logged-in) section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td.col-price,
body:not(.logged-in) section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td.col-action {
    position: relative;
    z-index: 9;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td.col-sku a {
    text-transform: uppercase;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:first-child,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td {
    text-align: left;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:first-child,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(2),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead th:nth-child(2),
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead th:first-child {
    text-align: left;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper {
    padding: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button {
    text-align: center;
    display: block;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button button {
    height: auto;
    width: auto;
    padding: 8px 10px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #ECECEC;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button button img {
    display: block;
}

section.sub_cat_catalog .content-area .left_area .tile_filter {
    margin-top: 12px;
    border-bottom: 1px solid #ECECEC;
    padding: 7px 0;
    margin-bottom: 20px;
}

section.sub_cat_catalog .content-area .left_area .tile_filter p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    color: #A8A8A8;
    display: flex;
}

section.sub_cat_catalog .content-area .left_area .tile_filter p span.filter-counter {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    color: #A8A8A8;
    margin-left: 3px;
}

section.sub_cat_catalog .content-area .left_area .tile_filter p a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #A8A8A8;
    text-decoration: underline;
    margin-left: auto;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title {
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    margin-bottom: 12px;
    justify-content: left;
    column-gap: 5px;
    position: relative;
    max-width: fit-content;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title .tooltip_box {
    position: absolute;
    background: #000000;
    border-radius: 4px;
    padding: 21px 19px;
    padding-right: 36px;
    left: 100%;
    bottom: 10%;
    width: 302px;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-4.5%);
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title .tooltip_box.active {
    pointer-events: all;
    opacity: 1;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title .tooltip_box p {
    margin: 0;
    color: #fff;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title .tooltip_box .close {
    position: absolute;
    top: 16px;
    right: 12px;
    cursor: pointer;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title .tooltip_box .close img {
    display: block;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter-title > img {
    cursor: pointer;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae label {
    margin: 0;
    max-width: max-content;
    margin-right: 16px;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae label:last-child {
    margin-right: 0;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae .wcf-radio-mark-outer {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #A4ACB3;
    margin: 0;
    position: relative;
    top: 8px;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae .wcf-radio-mark-outer .wcf-radio-mark-inner {
    width: 8px;
    height: 8px;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae.wcf-radio-root .wcf-label-item {
    padding-left: 10px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #5A5A5A;
}

section.sub_cat_catalog .content-area .left_area .inside-filter .wcf-ae .wcf-radio-mark-outer .wcf-radio-mark-inner.wcf-e1 {
    background-color: #0F3693;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter {
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .wcf-range-track-wrapper .wcf-range-thumb {
    border: 1px solid #5F5F5F;
    background-color: #fff;
    width: 18px;
    height: 18px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .wcf-range-track-wrapper .wcf-range-track {
    height: 6px;
    /* background: linear-gradient(to right, rgb(226, 226, 226) 0%, rgb(226, 226, 226) 8%, rgb(8, 158, 199) 8%, rgb(8, 158, 199) 100%, rgb(226, 226, 226) 100%, rgb(226, 226, 226) 100%); */
    /* background: linear-gradient(to right, rgb(226, 226, 226) 0%, rgb(226, 226, 226) 0%, var(--gradient_color_1_default) 0%, var(--gradient_color_2_default) 100%, rgb(226, 226, 226) 100%, rgb(226, 226, 226) 100%); */
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .wcf-tickbar {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-is-child-term {
    display: none;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-checkbox .wcf-checkmark-holder {
    margin: 0;
    border-radius: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #A4ACB3;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-checkbox .wcf-label-item  {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #5A5A5A;
    padding-left: 10px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] {
    margin-bottom: 3px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"]:last-child {
    margin-bottom: 0;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [data-baseweb="flex-grid-item"] {
    width: 109px;
    margin-right: 0;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [data-baseweb="flex-grid-item"] .wcf-checkmark-holder {
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 4px;
    margin: 0;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [data-baseweb="flex-grid-item"] .wcf-bw {
    padding-left: 10px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #5A5A5A;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td a {
    display: inline-block;
} 

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #000000 !important;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.wc-product-table-controls.wc-product-table-below {
    margin-top: 12px;
}

.wc-product-table-controls .dataTables_paginate a.paginate_button:not(.current) {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: #000 !important;
    width: 32px;
    margin: 0 3px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_left_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 13.39px;
    height: 14px;
    border: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_right_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 13.39px;
    height: 14px;
    border: none !important;
    margin-left: 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_are .wc-product-table-controls .dataTables_paginate a.paginate_button:not(.current):hover {
    background-color:  transparent !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td.col-name {
    padding-left: 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead th.col-name {
    padding-left: 10px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div {
    margin: 0;
    padding-left: 21px;
    display: flex;
    align-items: center;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    padding-left: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-reset-filters-btn {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-active-filter {
    background: #000000;
    margin: 0;
    border: none;
    border-radius: 19px;
    color: #fff;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    padding: 9px 13px;
}

section.sub_cat_catalog .content-area .wc-product-table .multi-cart .multi-cart-check input[type=checkbox] {
    -webkit-appearance: none !important;
    margin: 0;
    border-radius: 0;
    width: 14px !important;
    height: 14px;
    border: 1px solid #A4ACB3;
    top: 8px;
}

section.sub_cat_catalog .content-area .wc-product-table .multi-cart .multi-cart-check input[type=checkbox]:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-checkbox .wcf-checkmark-holder {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
    display: none !important;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-checkbox input[type=checkbox] {
    -webkit-appearance: none !important;
    margin: 0;
    border-radius: 0;
    width: 14px !important;
    height: 14px;
    border: 1px solid #A4ACB3;
    position: relative;
    opacity: 1;
    z-index: 1 !important;
    flex-shrink: 0;
    top: 8px;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter [role="listitem"] .wcf-checkbox input[type=checkbox]:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

section.sub_cat_catalog .content-area .wcf-active-filters.horizontal.is-long-list {
    column-gap: 14px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-active-filter span {
    position: relative;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-active-filter span svg {
    position: absolute;
    right: 0;
    opacity: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-active-filter span::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_icon_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 11px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button button.added img {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button button.added::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .add-to-cart-wrapper .add-to-cart-button button.added + a {
    display: none;
}

/* body.archive.tax-product_cat #page {
    opacity: 0;
}

body.archive.tax-product_cat #page.load_done {
    opacity: 1;
} */

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td a.add-request-quote-button {
    padding: 8px 10px;
    background: transparent !important;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/add_quote_icon.svg) !important;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #ECECEC !important;
    width: 38px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent !important;
    display: block !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td a.add-request-quote-button.quote-checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg) !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .addedd a.add-request-quote-button {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg) !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-button {
    display: block !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-button .ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-button {
    position: relative;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
    display: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table .yith_ywraq_add_item_product_message, 
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table .yith_ywraq_add_item_browse_message {
    display: none !important;

}

body.woocommerce-cart .post .entry-header {
    display: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-part-counter {
    opacity: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-part-counter.show {
    opacity: 1;
}

@media (max-width: 767.98px) {
    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper {
        overflow: scroll;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-wpt-table-wrapper {
        overflow: scroll;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wcf-wpt-table-wrapper .wc-product-table  {
        width: 1000px !important;
        max-width: 1000px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table th,
    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table td {
        display: table-cell !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table.wc-product-table.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        display: none;
    }

    section.sub_cat_catalog .content-area .wcf-active-filters.horizontal.is-long-list {
        justify-content: left;
        row-gap: 14px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
        row-gap: 10px;
    }
}

body.woocommerce-cart .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

body.woocommerce-cart [data-block-name="woocommerce/classic-shortcode"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}

body.woocommerce-cart .cart_content_wrapper {
    width: 100%;
    margin-left: 0;
    max-width: 1210px;
    padding: 0 20px;
    margin: auto;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}

body.woocommerce-cart .cart_content_wrapper .top_area p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 10px;
}

body.woocommerce-cart .cart_content_wrapper .top_area .sub_area {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

body.woocommerce-cart .cart_content_wrapper .top_area .sub_area p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #212529;
}

body.woocommerce-cart .cart_content_wrapper .top_area .sub_area a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #868686;
    text-decoration: underline;
}

body.woocommerce-cart .cart_content_wrapper .top_area .sub_area a.remove_all,
body.woocommerce-cart .cart_content_wrapper .top_area .sub_area a.remove_all_quote {
    box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000;
    cursor: pointer;
}

body.woocommerce-cart .cart_content_wrapper .top_area {
    margin-bottom: 31px;
    width: 100%;
}

body.woocommerce-cart .cart_content_wrapper form.woocommerce-cart-form {
    max-width: 71.8%;
    width: 100%;
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals {
    max-width: 25.7%;
    width: 100%;
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item {
    display: flex;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    column-gap: 20px;
    padding-bottom: 20px;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item.checked {
    background-color: #F9F9F9;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area {
    position: relative;
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .product-thumbnail {
    width: 116px;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .custom_checkbox_cart {
    border: 1px solid #A4ACB3;
    border-radius: 1px;
    -webkit-appearance: none ;
    width: 14px !important; 
    height: 14px;
    background: #fff;
    flex-shrink: 0;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .custom_checkbox_cart:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .top_line {
    font-family: var(--defaultfont);
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 10px;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .top_line a {
    color: #000000;
    text-decoration: none;
}


body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line a {
    text-decoration: none;
    color: #000000;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product_item_name {
    font-family: var(--defaultfont);
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;  
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .short_desc p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 10px;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .quantity {
    display: none;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper {
    display: flex;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    align-items: center;
    padding: 10px 14px;
    padding-right: 29px;
    column-gap: 6px;
    width: max-content;
    padding-right: 42px;
    position: relative;
    cursor: pointer;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper .custom-select {
    position: absolute;
    right: -3px;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper span {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #616668; 
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper select {
    border: none;
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 700;
    color: #616668;
    padding: 0;
    width: auto;
    background: none !important;
    position: absolute;
    right: -3px;
    width: 50%;
    height: 100%;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .select_qty_wrap {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .select_qty_wrap a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #868686;
    text-decoration: underline;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .select_qty_wrap .woocommerce-Price-amount {
    font-family: var(--defaultfont);
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin: 0;
}

body.woocommerce-cart .cart_content_wrapper .list_cart {
    border-bottom: 1px solid #C8C8C8;
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals .wc-proceed-to-checkout a.btn {
    padding: 13px 21px;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--globalbuttonfontcolor);
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals .wc-proceed-to-checkout p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0;
    max-width: 254px;
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals .cart_totals h2 {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #000;
}

body.woocommerce-cart .cart_content_wrapper .cart-collaterals .cart_totals .total_wrapper {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #000;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_dropdown_cart.svg);
    background-size: 9px 6px;
    background-position: calc(100% - 14px);
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    body.woocommerce-cart .cart_content_wrapper form.woocommerce-cart-form {
        max-width: 100%;
        margin-bottom: 40px;
    }

    body.woocommerce-cart .cart_content_wrapper .cart-collaterals {
        max-width: 100%;
    }
}

body.woocommerce-cart .cart_content_wrapper .pagination_cart {
    margin: 0;
    padding-left: 12.5px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin-top: 12px;
}

body.woocommerce-cart .cart_content_wrapper .pagination_cart a:not(.prev_arrow):not(.next_arrow) {
    width: 32px;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: #000;
    text-align: center;
}
body.woocommerce-cart .cart_content_wrapper .pagination_cart a.current {
    background: #000000 !important;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

body.woocommerce-cart .cart_content_wrapper .pagination_cart .prev_arrow {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_left_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 14px;
    border: none !important;
    display: block;
    background-position: center center !important;
}

body.woocommerce-cart .cart_content_wrapper .pagination_cart .next_arrow {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_right_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 14px;
    border: none !important;
    display: block;
    background-position: center center !important;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .product_name_mobile  {
    display: none;
}

@media (max-width: 767.98px) {
    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item {
        flex-wrap: wrap;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area {
        margin-bottom: 20px;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item {
        column-gap: 10px;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .product-thumbnail {
        width: 60px;
        flex-shrink: 0;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .top_line {
        display: none;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .product_name_mobile span {
        font-family: var(--defaultfont);
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #000000;
        margin-bottom: 10px
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .left_area .product_name_mobile  {
        display: block;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:nth-child(2) a {
        text-align: left;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table.dataTable>tbody>tr.child {
        display: none !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options {
        row-gap: 10px;
        flex-wrap: wrap;
    }

    body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item {
        padding-left: 0;
    }
}

body.woocommerce-checkout .content-area {
    width: 100% !important;
    max-width: 1210px !important;
    padding: 0 20px;
    margin: auto;
    padding-top: 21px;
    padding-bottom: 21px;
}

body.woocommerce-checkout .woocommerce {
    width: 100%;
    margin: 0;
    max-width: 100% !important;
}

body.woocommerce-checkout h1.entry-title {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 10px;
}

body.woocommerce-checkout .entry-header {
    margin: 0;
}

body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout .woocommerce form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.woocommerce-checkout .woocommerce form .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
    max-width: 100%;
}

body.woocommerce-checkout .woocommerce form .woocommerce-error::before {
    left: 10px;
}

body.woocommerce-checkout .woocommerce form .col2-set {
    max-width: 59%;
}

body.woocommerce-checkout .woocommerce form .review_wrapper {
    width: 100%;
    max-width: 39%;
}

body.woocommerce-checkout .woocommerce form .col2-set .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce .col-2 h3,
body.woocommerce-checkout .woocommerce .review_wrapper h3 {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 10px;
}

body.woocommerce-checkout .woocommerce .col-2 h3 {
    margin-top: 0px;
}

body.woocommerce-checkout .woocommerce form .col2-set label {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin-bottom: 8px;
}

body.woocommerce-checkout .woocommerce form .col2-set .input-text {
    padding: 13px 15px;
    display: block;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    border-radius: 5px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

body.woocommerce-checkout .woocommerce form .col2-set .select2-selection__rendered {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

body.woocommerce-checkout .woocommerce form .col2-set .input-text::placeholder {
    color: #A4A6A9;
}

body.woocommerce-checkout .woocommerce form .col2-set .form-row {
    margin-bottom: 30px;
    padding: 0;
    float: none;
    width: 100%;
}

body.woocommerce-checkout .woocommerce form .col2-set .form-row.form-row-first,
body.woocommerce-checkout .woocommerce form .col2-set .form-row.form-row-last {
    width: 48%;
}

body.woocommerce-checkout .woocommerce form .col2-set .select2-selection--single {
    padding: 13px 15px;
    display: block;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    border-radius: 5px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    height: auto !important;
}

body.woocommerce-checkout .woocommerce form .col2-set .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

body.woocommerce-checkout .woocommerce form .col2-set .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.woocommerce-checkout .woocommerce .review_wrapper table th {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #848484;
}

body.woocommerce-checkout .woocommerce .review_wrapper table td {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

body.woocommerce-checkout .woocommerce .review_wrapper .woocommerce-checkout-payment {
    background-color: #F4F4F4 !important;
    border-radius: 5px !important;
}

body.woocommerce-checkout .woocommerce .review_wrapper .woocommerce-checkout-payment label {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

body.woocommerce-checkout .woocommerce .review_wrapper div.payment_box p:last-child {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

body.woocommerce-checkout .woocommerce .review_wrapper .woocommerce-privacy-policy-text p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #575757;
}

body.woocommerce-checkout .woocommerce .review_wrapper button {
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: var(--defaultfont);
    padding: 13px 21px;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--globalbuttonfontcolor);
    float: none;
    text-align: center;
    justify-content: center;
}

body.woocommerce-checkout .woocommerce .woocommerce-info {
    border-top-color: var(--gradient_color_1_default);
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #575757;
}

body.woocommerce-checkout .woocommerce .woocommerce-info::before {
    color: var(--gradient_color_1_default);
}

@media (max-width: 767.98px) {
    body.woocommerce-checkout .woocommerce form .col2-set, 
    body.woocommerce-checkout .woocommerce form .review_wrapper {
        max-width: 100%;
    }
}

body.yith-request-a-quote-page .content-area {
    max-width: 100% !important;
    width: 100% !important;
}

body.yith-request-a-quote-page .content-area header.entry-header {
    display: none !important;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: auto;
    padding-top: 21px;
    padding-bottom: 74px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area {
    margin-bottom: 31px;
    width: 100%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area > p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 10px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area .sub_area {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area .sub_area p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #212529;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area .sub_area a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #868686;
    text-decoration: underline;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .form_area {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .update-list-wrapper,
body.woocommerce-cart  .woocommerce.ywraq-wrapper .update-list-wrapper {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options .cgims-extra-options-part-counter-new {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    height: auto;
    color: #212529;
}

/* section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    display: none;
} */

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    justify-content: space-between;
    overflow: unset;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .list_area {
    border-bottom: 1px solid #C8C8C8;
    max-width: 71.8%;
    width: 100%;
}

body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote {
    border-bottom: 1px solid #C8C8C8;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .button_area {
    max-width: 25.7%;
    width: 100%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .button_area a {
    padding: 13px 21px;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--globalbuttonfontcolor);
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .button_area p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0;
    max-width: 254px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .update-list-wrapper,
body.woocommerce-cart .woocommerce.ywraq-wrapper .update-list-wrapper {
    display: none !important;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item {
    display: flex;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    column-gap: 20px;
    padding-bottom: 20px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area {
    position: relative;
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .custom_checkbox_cart,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .custom_checkbox_cart {
    border: 1px solid #A4ACB3;
    border-radius: 1px;
    -webkit-appearance: none !important;
    width: 14px !important;
    height: 14px;
    background: #fff;
    flex-shrink: 0;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .custom_checkbox_cart:checked,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .custom_checkbox_cart:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product-thumbnail,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product-thumbnail {
    width: 116px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line {
    font-family: var(--defaultfont);
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 10px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line a {
    color: #000000;
    text-decoration: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product_item_name,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product_item_name {
    font-family: var(--defaultfont);
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .short_desc p,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .short_desc p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 10px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity {
    padding: 0 !important;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .quantity,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .quantity {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper {
        display: flex;
        border: 1px solid #ECECEC;
        border-radius: 4px;
        align-items: center;
        padding: 10px 14px;
        padding-right: 29px;
        column-gap: 6px;
        width: max-content;
        padding-right: 42px;
        position: relative;
        background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_dropdown_cart.svg);
        background-size: 9px 6px;
        background-position: calc(100% - 14px);
        background-repeat: no-repeat;
        cursor: pointer;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .qty_wrapper .custom-select,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .qty_wrapper .custom-select {
    position: absolute;
    right: -3px;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}


body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper span,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper span {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #616668;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper select,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap .qty_wrapper select {
    border: none;
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 700;
    color: #616668;
    padding: 0;
    width: auto;
    background: none !important;
    position: absolute;
    right: -3px;
    width: 50%;
    height: 100%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap a,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .product-quantity .select_qty_wrap a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #868686;
    text-decoration: underline;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item.checked,
body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item.checked {
    background-color: #F9F9F9;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .top_area .sub_area a.btn {
    box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000;
    cursor: pointer;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart {
    margin: 0;
    padding-left: 12.5px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin-top: 12px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart .prev_arrow {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_left_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 14px;
    border: none !important;
    display: block;
    background-position: center center !important;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart a:not(.prev_arrow):not(.next_arrow) {
    width: 32px;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: #000;
    text-align: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart a:not(.prev_arrow):not(.next_arrow) {
    width: 32px;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: #000;
    text-align: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart .next_arrow {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_right_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 14px;
    border: none !important;
    display: block;
    background-position: center center !important;
}

body.yith-request-a-quote-page .site-content {
    padding: 0;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .pagination_cart a.current {
    background: #000000 !important;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .list_area {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .button_area {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area {
    display: block;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .pagination_cart {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .top_area {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
    margin-bottom: 21px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .top_area h2 {
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 15px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .top_area p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .yith-ywraq-mail-form-wrapper {
    padding: 0;
    margin: 0 !important;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area {
    width: 100%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form {
    max-width: 59%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area {
    width: 100%;
    max-width: 39.15%;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 88px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .top_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .top_header h3 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    display: flex;
    column-gap: 4px;
    align-items: flex-start;
    margin: 0;  
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .top_header h3 img {
    display: block;
    position: relative;
    top: 3px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .top_header a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    text-decoration: underline;
    color: #868686;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item {
    display: flex;
    justify-content: space-between;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item:first-child p {
    font-family: var(--defaultfont);
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #848484;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item:not(:first-child) p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 0;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item {
    margin-bottom: 15px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item:first-child {
    margin-bottom: 10px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area .bottom_content .item:last-child {
    margin-bottom: 0;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .raq-send-request {
    padding: 13px 21px;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--globalbuttonfontcolor);
    font-family: var(--defaultfont);
    font-weight: 600;
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form p:not(.form-row) {
    font-family: var(--defaultfont);
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    margin-top: -10px;
    width: 100%;
}


body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .form-row {
    padding: 0;
    margin: 0;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form p a {
    color: #868686;
    text-decoration: underline;
    box-shadow: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .form-row {
    width: 100%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .form-row.half_input {
    width: 100%;
    max-width: 47.81%;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form label {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form label .required {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .input-text {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 13px 15px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #A4A6A9;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form textarea.input-text {
    height: 216px;
    resize: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload  {
    position: absolute;
    bottom: 23%;
    left: 8px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload label {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload input[type="file"] {
    max-width: 121px;
    border-radius: 19px;
    padding: 9px;
    height: 41px;
    color: transparent;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form {
    position: relative;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload input[type="file"]::-webkit-file-upload-button {
    opacity: 0;
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload input[type="file"] span {
    display: none;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload input[type="file"]::before {
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/upload_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload input[type="file"]::after {
    content: "Attach Files";
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 34px;
}

@media (max-width: 991.98px) {
    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload {
        left: 8px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .list_area {
        max-width: 100%;
        margin-bottom: 20px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper .button_area {
        max-width: 100%;
    }
}

body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile {
    display: none;
}

body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile {
    display: none;
}

@media (max-width: 767.98px) {
    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form,
    body.woocommerce-cart .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form {
        max-width: 100%;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area, 
    body.woocommerce-cart .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .right_area {
        max-width: 100%;
        margin-top: 20px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .form-row.half_input,
    body.woocommerce-cart .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper .form-row.half_input {
        max-width: 100%;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper.form_mode .form_area .yith-ywraq-mail-form-wrapper form .attach_upload {
        bottom: 19%;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item {
        padding-left: 0;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product-thumbnail,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product-thumbnail {
        width: 60px;
        flex: 0;
        aspect-ratio: 1 / 1;
        height: 60px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile {
        display: block;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile span,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area .product_name_mobile span {
        font-family: var(--defaultfont);
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #000000;
        margin-bottom: 10px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .left_area {
        margin-bottom: 20px;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item {
        flex-wrap: wrap;
    }

    body.yith-request-a-quote-page .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line,
    body.woocommerce-cart .woocommerce.ywraq-wrapper .list_quote .cart_item .right_area .top_line {
        display: none;
    }
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper.active .wc-product-table-controls>div.dataTables_info {
    display: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper.active table th {
    color: transparent;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form {
    padding-left: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form form {
    margin-left: 0 !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper.active .wc-product-table-controls.wc-product-table-above {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 13px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-button {
    width: max-content;
    margin: auto;
    position: relative;  
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td .yith-ywraq-add-button .ywraq-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.sub_cat_catalog .content-area .left_area .inside-filter [role="list"] {
    display: none;
}

section.sub_cat_catalog .content-area .left_area .inside-filter [role="list"].active {
    display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options-right select#cgims-sortby {
    width: 100px;
}

body.woocommerce-checkout .woocommerce .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table button.loading:after {
    content: "";
    animation: none !important;
    background-image: url(/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    margin: 0;
    font-size: inherit;
    line-height: normal;
    right: 0;
    transform: translate(-50%, -50%);
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-secondary {
    background: linear-gradient(#F9F9F9, #F9F9F9) padding-box, linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default)) border-box;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.request-info img:first-child {
    width: 18px;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary input[type="submit"] {
    padding: 0;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary {
    padding: 8.5px 17px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 7.63px;
    cursor: pointer;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary img:first-child {
    width: 16px;
}

@media (max-width: 767.98px) {
    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper.active .wc-product-table-controls.wc-product-table-above {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-secondary {
        margin: 0 !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
        column-gap: 5px;
        align-items: stretch;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .dataTables_wrapper.active table th {
        color: #000;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area  #wcf-sorting-bar {
        display: none;
    }
}

section.thank_you {
    padding: 100px 0;
}

section.thank_you .content_area {
    max-width: 100%;
    width: 710px;
    margin: auto;
    padding: 0 20px;  
}

section.thank_you .content_area .img_area {
    display: block;
    margin: auto;
    max-width: 155px;
    width: 100%;
    margin-bottom: 30px; 
}

section.thank_you .content_area .img_area svg {
    display: block;
}

section.thank_you .content_area .text_area h1 {
    font-family: var(--defaultfont);
    text-align: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 36px;
    color: #4B4B4C;
    margin-bottom: 30px;
}

section.thank_you .content_area .text_area h2 {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #212529;
    margin-bottom: 20px;
}

section.thank_you .content_area .text_area p {
    margin: 0;
    text-align: center;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #212529;
}

section.thank_you .content_area .text_area p a {
    font-weight: 700;
    color: #212529;
    text-decoration: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    section.thank_you {
        padding: 50px 0;
    }

    section.thank_you .content_area .text_area h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    section.thank_you .content_area .text_area h2 {
        font-size: 24px;
    }
}


section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.multi-cart-message {
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
    position: relative;
    z-index: 999;
    margin-top: 10px;
    padding: 20px 15px;
    display: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.multi-cart-message p {
    color: #000;
}

section.sub_cat_catalog .content-area .wcf-active-filters.horizontal.is-long-list {
    row-gap: 14px;
    justify-content: left;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody tr td:not(:first-child):not(:nth-child(2)):not(:last-child) a {
    /* pointer-events: none; */
}

body.woocommerce-cart .cart_content_wrapper form.woocommerce-cart-form .ywraq-wrapper {
    margin-top: 60px;
}

body.woocommerce-cart .cart_content_wrapper form.woocommerce-cart-form .ywraq-wrapper.no_cart {
    margin-top: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody tr td:nth-child(2) a::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    transform: translateX(40px);
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody tr {
    position: relative;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 88px;
    width: 100%;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .top_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .top_header h3 {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    display: flex;
    column-gap: 4px;
    align-items: flex-start;
    margin: 0;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .top_header h3 img {
    display: block;
    position: relative;
    top: 3px;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .top_header a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    text-decoration: underline;
    color: #868686;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .bottom_content .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .bottom_content .item:not(:first-child) {
    margin-bottom: 15px;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .bottom_content .item p {
    font-family: var(--defaultfont);
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #848484;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .card_quote .bottom_content .item:not(:first-child) p {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 0;
}

body.woocommerce-checkout .woocommerce form .review_wrapper .request_quote_form {
    margin-top: 50px;
}

/* section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:nth-child(3), section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td :nth-child(even) {
    width: 100%;
} */

.wc-product-table td.col-buy,
.wc-product-table th.col-buy {
	text-align: left !important;
	width: 10px !important;
}

.wpt-bulk-select-label,
.wc-product-table th.col-buy label {
	display: none !important;
}

.multi-cart .added_to_cart {
	color: #000 !important;
}


.col-add-to-cart .add-to-cart-wrapper>form,
.col-add-to-cart .add-to-cart-wrapper>a,
.no-cart-button a.button{
	width: 0px;
	display: none !important;
	overflow: hidden;
}

.col-add-to-cart .add-to-cart-wrapper+.yith-ywraq-add-to-quote {
	display: none;
}

.wc-product-table-multi-form>form {
	display: inline-block;
	width: auto;
}
.wc-product-table-multi-form>* {
	margin-left: 10px !important;
}
.wc-product-table-multi-form>.button {
	padding: .7em 1em !important;
}

.disabled {
	opacity: .21 !important;
}

.wcf-filter-form {
	margin-bottom: 50px;
}

.product-row td:first-child .yith-ywraq-add-to-quote,
.wcf-results-count {
	display: none;
}

#wcf-sorting-bar {
	padding-top: 20px !important;
}

.wc-product-table-below .dataTables_length {
	height: 0px;
	width: 0px;
	overflow: hidden;
	opacity: 0;
	display: none;
}

.wc-product-table-controls {
	justify-content: start !important;
}

.dataTables_wrapper .dataTables_paginate {
	float: none !important;
	text-align: left !important;
}	

.cgims-extra-options .cgims-extra-options-part-sort select {
    height: auto !important;
    box-shadow: none;
    padding-right: 5px;
    margin-bottom: 0;
    appearance: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    font-family: var(--defaultfont);
    font-size: 18px;
    font-weight: 300;
    color: inherit;
}

body.woocommerce-cart section.page-intro,
body.woocommerce-checkout section.page-intro,
body.single-product section.page-intro,
body.yith-request-a-quote-page section.page-intro,
body.page-id-2830 section.page-intro,
body.tax-product_cat section.page-intro {
    display: none;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .ScrollbarsCustom {
    height: auto !important;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .ScrollbarsCustom .ScrollbarsCustom-Wrapper {
    position: relative !important;
}

section.sub_cat_catalog .content-area .left_area .wcf-filter .ScrollbarsCustom .ScrollbarsCustom-Wrapper .ScrollbarsCustom-Scroller {
    position: relative !important;
}

section.browse_product_cat .content-area .product_wrapper .item .img_area {
    height: 200px;
}

section.browse_product_cat .content-area .product_wrapper .item .img_area a img {
    height: 100%;
    object-fit: contain;
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    section.browse_product_cat .content-area .product_wrapper .item {
        padding-bottom: 85px;
    }
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .text_area .bottom_text {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item {
    padding-bottom: 0;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .img_area {
    width: 100%;
}

section.browse_product_cat .content-area .product_wrapper.rows_layout .item .img_area img {
    object-fit: contain;
}

section.browse_product_cat .content-area .product_wrapper .item .text_area.no_desc {
    padding-bottom: 50px;
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area span:last-child {
    display: none;
}

section.sub_cat_catalog .content-area .top_area .breadcrumb_area a:nth-last-child(2) {
    text-decoration: none;
    pointer-events: none;
}

body.tax-product_cat section.page_banner .content-area .top_area .breadcrumb_area span:last-child {
    display: none;
}

body.tax-product_cat section.page_banner .content-area .top_area .breadcrumb_area a:nth-last-child(2) {
    text-decoration: none;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    body.tax-product_cat section.page_banner .content-area .top_area .breadcrumb_area {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.btn.btn-primary svg {
    fill: var(--globalbuttonfontcolor) !important;
}

.btn.btn-primary svg path {
    fill: var(--globalbuttonfontcolor) !important;
}

section.thank_you .content_area .img_area svg path {
    fill: var(--globalbuttonfontcolor) !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table tbody td:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) {
    padding-left: 10px !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table thead > tr > th:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) {
    padding-left: 10px !important;
    width: auto !important;
}

section.sub_cat_catalog table.wc-product-table {
    table-layout: fixed;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap  .left_table {
    width: 100%;
    max-width: 29%;
    background-color: rgba(242, 242, 242, .5);
    padding: 6px 10px;
    display: flex;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap  .left_table p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap .right_table {
    width: 100%;
    max-width: 69.4%;
    background-color: rgba(242, 242, 242, .5);
    padding: 12px 15px;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap .right_table a {
    max-width: max-content;
    background-color: #fff;
    border: 1px solid #BEBEBE !important;
    outline: none !important;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper.row_col {
    row-gap: 10px;
}

@media (max-width: 767.98px) {
    section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap  .left_table {
        max-width: 100%;
        margin-bottom: 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item {
        padding: 6px 10px;
        background-color: unset;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item {
        padding: 6px 10px;
        background-color: unset;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item p {
        font-weight: 700;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item:nth-child(odd) {
        background-color: rgba(242, 242, 242, .5);
    }

    section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap .right_table {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item p, section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item p {
        overflow-wrap: break-word;
        font-size: 16px;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item p a {
        font-size: 16px;
        overflow-wrap: break-word;
    }
}





/* Search Table */
.search-results table.wc-product-table {
    visibility: visible;
}

.search-results .cgims-extra-options-part-counter {
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #212529;
    height: auto;
}

.search-results .cgims-extra-options-right label {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
}

.search-results .cgims-extra-options-right select {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 5px 10px;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #A4A6A9;
    background: #fff url(/wp-content/plugins/catalog-ims/assets/images/svg/arrow_down_catalog.svg) right no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px);
    width: auto;
    padding-right: 5px;
}

.search-results .cgims-extra-options-right select#cgims-show {
    width: 50px;
}

.search-results .cgims-extra-options .cgims-extra-options-part-sort {
    column-gap: 20px;
}

.search-results .cgims-extra-options {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.search-results .cgims-extra-options .cgims-extra-options-left,
.search-results .cgims-extra-options .cgims-extra-options-right {
    float: none;
}

.search-results .wc-product-table-controls.wc-product-table-above {
    margin: 0;
}

.search-results .cgims-extra-options:before, section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area .cgims-extra-options:after {
    display: none;
}

.search-results table thead {
    background: #F9F9F9;
    height: 60px;
}

.search-results table thead > tr > th {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    text-align: left;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 12px 15px;
}

.search-results table thead > tr > th::before,
.search-results table thead > tr > th::after {
    display: none;
}

.search-results table thead > tr > th .wpt-bulk-select-wrap {
    display: none;
}

.search-results table tbody td {
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 18px 0;
}

.search-results table th, section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table td {
    box-sizing: content-box;
}

.search-results table thead > tr > th:nth-child(1),
.search-results table tbody td:nth-child(1){
    width: 10px;
}

.search-results table thead > tr > th:nth-child(2),
.search-results table tbody td:nth-child(2){
    width: 100px !important;
    
}

.search-results table tbody td:nth-child(2) {
    padding-left: 10px;
}

.search-results table thead > tr > th:nth-child(3),
.search-results table tbody td:nth-child(3){
    width: 172px;
    text-align: left;
}

.search-results table thead > tr > th:nth-child(4),
.search-results table tbody td:nth-child(4){
    width: 235px;
}

.search-results table tbody td a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 0 0;
    text-align: left;
    display: block;
    text-decoration: none;
}

.search-results table tbody td:first-child,
.search-results table tbody td:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
}

.search-results table tbody td {
    text-align: left;
}

.search-results table tbody td:first-child,
.search-results table tbody td:nth-child(2),
.search-results table thead th:nth-child(2),
.search-results table thead th:first-child {
    text-align: left;
}

.search-results .add-to-cart-wrapper {
    padding: 0;
}

.search-results .add-to-cart-wrapper .add-to-cart-button {
    text-align: center;
    display: block;
}

.search-results .add-to-cart-wrapper .add-to-cart-button button {
    height: auto;
    width: auto;
    padding: 8px 10px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #ECECEC;
}

.search-results .add-to-cart-wrapper .add-to-cart-button button img {
    display: block;
}

.search-results .tile_filter {
    margin-top: 12px;
    border-bottom: 1px solid #ECECEC;
    padding: 7px 0;
    margin-bottom: 20px;
}

.search-results table tbody td a {
    display: inline-block;
} 

.search-results .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #000000 !important;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 17px;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search-results .dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_left_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 13.39px;
    height: 14px;
    border: none !important;
}

.search-results .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
    background: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_arrow_right_black.svg) !important;
    background-size: contain !important;
    content: "";
    background-repeat: no-repeat !important;
    color: transparent !important;
    padding: 0;
    margin: 0;
    width: 13.39px;
    height: 14px;
    border: none !important;
    margin-left: 10px;
}

.search-results .wc-product-table-controls .dataTables_paginate a.paginate_button:not(.current):hover {
    background-color:  transparent !important;
}

.search-results table tbody td.col-name {
    padding-left: 10px;
}

.search-results table thead th.col-name {
    padding-left: 10px;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div {
    margin: 0;
    padding-left: 21px;
    display: flex;
    align-items: center;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    padding-left: 0;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form {
    display: none;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.search-results .wcf-reset-filters-btn {
    display: none;
}

.search-results .wcf-active-filter {
    background: #000000;
    margin: 0;
    border: none;
    border-radius: 19px;
    color: #fff;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    padding: 9px 13px;
}

.search-results .wc-product-table .multi-cart .multi-cart-check input[type=checkbox] {
    -webkit-appearance: none !important;
    margin: 0;
    border-radius: 0;
    width: 14px !important;
    height: 14px;
    border: 1px solid #A4ACB3;
    top: 8px;
}

.search-results .wc-product-table .multi-cart .multi-cart-check input[type=checkbox]:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

.search-results .wcf-active-filters.horizontal.is-long-list {
    column-gap: 14px;
}

.search-results .wcf-active-filter span {
    position: relative;
}

.search-resultsa .wcf-active-filter span svg {
    position: absolute;
    right: 0;
    opacity: 0;
}

.search-results .wcf-active-filter span::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/catalog_icon_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 11px;
}

.search-results .add-to-cart-wrapper .add-to-cart-button button.added img {
    display: none;
}

.search-results .add-to-cart-wrapper .add-to-cart-button button.added::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0;
}

.search-results .product-row button.added + a {
    display: none;
}

.search-results .product-row a.add-request-quote-button,
.search-results .product-row a.add-request-quote-button:hover {
    padding: 8px 10px;
    background: transparent !important;
	background-color: transparent !important;
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/add_quote_icon.svg) !important;
    background-size: contain; 
    background-position: center;
    border-radius: 4px;
    border: 1px solid #ECECEC !important;
    width: 38px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent !important;
    display: block !important;
	text-indent: -999 !important;
}

.search-results .product-row .add-to-cart-wrapper button.button,
.search-results .product-row .add-to-cart-wrapper button.button:hover {
    height: auto;
    width: auto;
    padding: 8px 10px !important;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #ECECEC;
}

.search-results .product-row .add-to-cart-wrapper button.button img {
    display: block;
}

.search-results .product-row .add-to-cart-wrapper button.button.added img {
    display: none;
}

.search-results .product-row .add-to-cart-wrapper {
    padding-right: 0 !important;
}

.search-results .product-row a.add-request-quote-button.quote-checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg) !important;
}

.search-results .product-row .addedd a.add-request-quote-button {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_cart.svg) !important;
}

.search-results .product-row .yith-ywraq-add-button {
    display: block !important;
}

.search-results .product-row .yith-ywraq-add-button .ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-results .product-row .yith-ywraq-add-button {
    position: relative;
}

.search-results table {
    table-layout: fixed;
}

.search-results table tbody td .yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message,
.search-results table tbody td .yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
    display: none !important;
}

.search-results table .yith_ywraq_add_item_product_message, 
.search-results table .yith_ywraq_add_item_browse_message {
    display: none !important;

}

.search-results table thead {
    background: #F9F9F9;
    height: 60px;
}

.search-results table thead > tr > th {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    text-align: left;
    font-family: var(--defaultfont);
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 12px 15px;
}

.search-results table thead > tr > th::before,
.search-results table thead > tr > th::after {
    display: none;
}

.search-results table thead > tr > th .wpt-bulk-select-wrap {
    display: none;
}

.search-results table tbody td {
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 18px 0;
}

.search-results table th, .search-results table td {
    box-sizing: content-box;
}

.search-results table thead > tr > th:nth-child(1),
.search-results table tbody td:nth-child(1){
    width: 10px;
}

.search-results table thead > tr > th:nth-child(2),
.search-results table tbody td:nth-child(2){
    width: 50px !important;
    
}

.search-results table tbody td:nth-child(2) {
    padding-left: 10px;
}

.search-results table thead > tr > th:nth-child(3),
.search-results table tbody td:nth-child(3){
    width: 172px;
    text-align: left;
}

.search-results table thead > tr > th:nth-child(4),
.search-results table tbody td:nth-child(4){
    width: 235px;
}

.search-results table tbody td a {
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    vertical-align: middle;
    padding: 0 0;
    text-align: left;
    display: block;
    text-decoration: none;
}

.search-results table tbody td:first-child,
.search-results table tbody td:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
}

.search-results table tbody td {
    text-align: left;
}

.search-results table tbody td:first-child,
.search-results table tbody td:nth-child(2),
.search-results table thead th:nth-child(2),
.search-results table thead th:first-child {
    text-align: left;
}


.search-results .cgims-extra-options-part-counter.show {
    opacity: 1;
}

.search-results table.dataTable thead>tr>th.sorting:before,
.search-results table.dataTable thead>tr>th.sorting:after {
	content: none;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div {
    margin: 0;
    padding-left: 21px;
    display: flex;
    align-items: center;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    padding-left: 0;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form {
    display: none;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.search-results .wcf-active-filter {
    background: #000000;
    margin: 0;
    border: none;
    border-radius: 19px;
    color: #fff;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    padding: 9px 13px;
}

.search-results .wc-product-table .multi-cart .multi-cart-check input[type=checkbox] {
    -webkit-appearance: none !important;
    margin: 0;
    border-radius: 0;
    width: 14px !important;
    height: 14px;
    border: 1px solid #A4ACB3;
    top: 8px;
}

.search-results .wc-product-table .multi-cart .multi-cart-check input[type=checkbox]:checked {
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/svg/checklist_icon_checbox.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid transparent;
    background-position: center;
}

.search-results .wc-product-table button.loading:after {
    content: "";
    animation: none !important;
    background-image: url(/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    margin: 0;
    font-size: inherit;
    line-height: normal;
    right: 0;
    transform: translate(-50%, -50%);
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-secondary {
    background: linear-gradient(#F9F9F9, #F9F9F9) padding-box, linear-gradient(to bottom, #0e2b89, #0e2b89) border-box !important;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.request-info img:first-child {
    width: 18px;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary input[type="submit"] {
    padding: 0;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary {
	background: #0e2b89 !important;
	color: #ffffff !important;
    padding: 8.5px 17px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 7.63px;
    cursor: pointer;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-primary img:first-child {
    width: 16px;
}

.search-results .dataTables_wrapper.active .wc-product-table-controls>div.dataTables_info {
    display: none !important;
}

.search-results table thead {
    background: #F9F9F9;
    height: 60px;
}

.search-results .dataTables_wrapper.active .wc-product-table-controls.wc-product-table-above {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 13px;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form {
    padding-left: 0;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form form {
    margin-left: 0 !important;
}

.search-results .dataTables_wrapper.active table th {
	color: transparent;
}

.search-results .wc-product-table-wrapper .wc-product-table-controls>div.dataTables_info {
    font-family: var(--defaultfont);
    font-size: 18px;
    font-weight: 300;
    color: inherit;
}

.search-results .cgims-extra-options-right {
	margin-left: auto;
}

@media (max-width: 767.98px) {
    .search-results .wc-product-table-wrapper {
        overflow: scroll;
    }

    .search-results .wcf-wpt-table-wrapper {
        overflow: scroll;
    }

    .search-results .wcf-wpt-table-wrapper .wc-product-table  {
        width: 1000px !important;
        max-width: 1000px;
    }

    .search-results .wc-product-table-wrapper .wc-product-table th,
    .search-results .wc-product-table-wrapper .wc-product-table td {
        display: table-cell !important;
    }

    .search-results table.wc-product-table.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        display: none;
    }

    .search-results .wcf-active-filters.horizontal.is-long-list {
        justify-content: left;
        row-gap: 14px;
    }

    .search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
        row-gap: 10px;
    }
	
    .search-results .dataTables_wrapper.active .wc-product-table-controls.wc-product-table-above {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form .btn.btn-secondary {
        margin: 0 !important;
    }

    .search-results .wc-product-table-wrapper .wc-product-table-controls>div.wc-product-table-multi-form.active {
        column-gap: 5px;
        align-items: stretch;
    }

    .search-results .dataTables_wrapper.active table th {
        color: #000;
    }

    .search-results  #wcf-sorting-bar {
        display: none;
    }	
}



.search-results .modal_notification {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.search-results .modal_notification.active {
    opacity: 1;
    pointer-events: all;
}

.search-results .modal_notification .modal_content {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 11px 16px;
    column-gap: 17px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px; 
}

.search-results .modal_notification .modal_content .clip_area {
    position: absolute;
    top: -7px;
    right: 90px;
}

.search-results .modal_notification .modal_content .clip_area img {
    display: block;
    width: 15px;
}

.search-results .modal_notification .modal_content .img_area {
    width: 100%;
    max-width: 60px;
    border-radius: 5px;
    overflow: hidden; 
    aspect-ratio: 1 / 1;
}

.search-results .modal_notification .modal_content .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
     
}

.search-results .modal_notification .modal_content .text_area p.top {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #000;
}

.search-results .modal_notification .modal_content .text_area a {
    font-family: var(--defaultfont);
    font-size: 15px;
    font-weight: 400;
    color: #868686;
    text-decoration: underline;
    display: block;
    line-height: 160%;
}

.search-results .inner-wrap {
	position: relative;
}

.search-results table tbody td .yith-ywraq-add-button {
    width: max-content;
    margin: auto;
    position: relative;  
}

.search-results table tbody td .yith-ywraq-add-button .ywraq-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1440.98px) {
    .search-results .modal_notification {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .search-results .modal_notification {
        position: fixed;
        top: 20px;
    }

    .search-results .modal_notification .modal_content .clip_area {
        display: none;
    }

    section.banner_single_product .content-area .left_area .description ul li {
        flex-wrap: unset;
    }
}

.btn.btn-secondary:hover {
    color: #000 !important;
}

section.banner_single_product .content-area .left_area .spec_area .button_area .btn_wrap p.price{
    font-family: var(--defaultfont);
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
    color: #000;
    margin-bottom: 15px;
}

body.no_price_show section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area table .col-price {
    display: none !important;
}

body.no_price_show section.banner_single_product .content-area .left_area .spec_area .button_area .btn_wrap p.price {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap .right_table {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

body.woocommerce-cart.page-template-fullwidthpage  article header.entry-header {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_title_area {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_title_area .btn_tab {
    padding: 13px 21px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: var(--globalbuttonfontcolor);
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: #c3c3c3;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_title_area .btn_tab.active {
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items {
    margin-top: 20px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .tab_single {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .tab_single.active {
    display: block;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .left_item {
    width: 100%;
    max-width: 29%;
    background-color: rgba(242, 242, 242, .5);
    padding: 6px 10px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item {
    width: 100%;
    max-width: 69.4%;
    background-color: rgba(242, 242, 242, .5);
    padding: 12px 15px;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .left_item p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    overflow-wrap: break-word;
}

/* @media (max-width: 991.98px) and (min-width: 767.98px) {
    section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .left_item {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
} */

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: rgba(242, 242, 242, .5);
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .left_item {
    width: 100%;
    max-width: 29%;
    padding: 6px 10px;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .right_item {
    width: 100%;
    max-width: 69.4%;
    padding: 12px 15px;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .left_item p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .right_item p {
    margin: 0;
    font-family: var(--defaultfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    overflow-wrap: break-word;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single {
    display: none;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single.active .tab_single {
    display: block;
    padding-top: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single .btn_tab {
    padding: 13px 21px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: var(--globalbuttonfontcolor);
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: #c3c3c3;
    position: relative;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single .btn_tab::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/plugins/catalog-ims/assets/images/catalog_icon.png);
    background-position: -16px -128px;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single.active .btn_tab {
    background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single.active .btn_tab::after {
    background-position: -48px -128px;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single {
    margin-bottom: 10px;
}

section.banner_single_product .content-area .left_area .spec_area .stack_spec .stack_single:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .right_item,
    section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .right_item {
        padding: 6px 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item,
    section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .left_item {
        padding: 6px 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .spec_table .spec_wrapper .item .left_item p,
    section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .left_item p,
    section.banner_single_product .content-area .left_area .spec_area .stack_spec .tab_single .item .left_item p {
        overflow-wrap: break-word;
        font-size: 16px;
        font-weight: 700;
    }

    section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .left_item {
        padding: 6px 10px;
    }

    section.banner_single_product .content-area .left_area .spec_area .tab_spec .tab_items .item .right_item {
        padding: 6px 10px;
    }
}

body.products  div.product-carousel a.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.register_form_wrap .gform_wrapper {
    margin: 0 auto;
    background-color: #ebebeb;
    padding: 1.875em; }
    .register_form_wrap .gform_wrapper .gf_left_half {
      width: 48%;
      display: inline-block;
      margin-right: 0; }
    .register_form_wrap .gform_wrapper .gf_right_half {
      width: 46%;
      display: inline-block; }
    .register_form_wrap .gform_wrapper label.gfield_label {
      color: #383838;
      font-weight: 400 !important;
      font-size: 0.875em;
      line-height: 1.7142857143em;
      margin-bottom: 0; }
    .register_form_wrap .gform_wrapper label .gfield_required {
      color: #383838; }
    .register_form_wrap .gform_wrapper form ul li.gfield {
      margin-top: 0 !important; }
    .register_form_wrap .gform_wrapper .gform_title {
      display: none; }
    .register_form_wrap .gform_wrapper .gform_heading {
      display: none; }
    .register_form_wrap .gform_wrapper .gfield_required {
      color: #ffffff;
      margin-left: 0; }
    .register_form_wrap .gform_wrapper .gform_footer {
      text-align: center;
      justify-content: center;
      margin: 0.625em 0 0 0;
      padding-bottom: 0 !important; }
      .register_form_wrap .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1.125em;
        line-height: 1.1666666667em !important;
        margin: 0 0.8888888889em 0 0;
        width: 7.7777777778em !important;
        max-width: 7.7777777778em;
        padding: 0.8888888889em 0.5555555556em;
        color: var(--globalbuttonfontcolor);
        margin: 0 !important;
        width: auto;
        font-weight: normal;
        background: linear-gradient(to bottom, var(--gradient_color_1_default), var(--gradient_color_2_default));
        position: relative;
        font-weight: bold; }
        .register_form_wrap .gform_wrapper .gform_footer input[type="submit"]::after {
          position: absolute;
          left: 0.1111111111em;
          height: 93%;
          width: 2.6111111111em;
          top: 50%;
          transform: translateY(-50%);
          background-image: url(img/quote.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 22px 23px;
          border: 0.1111111111em solid #ffffff;
          border-radius: 50px;
          background-color: transparent; }
        .register_form_wrap .gform_wrapper .gform_footer input[type="submit"]:hover {
          background-color: #002f87;
          color: #ffffff; }
    .register_form_wrap .gform_wrapper select {
      padding: 1px 20px 1px 5px;
      font-weight: 400 !important;
      font-size: 1.125em;
      line-height: 1.2222222222em;
      margin-bottom: 1.5625em !important;
      height: 2.2em !important; }
    .register_form_wrap .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0; }
    .register_form_wrap .gform_wrapper textarea,
    .register_form_wrap .gform_wrapper input[type="color"],
    .register_form_wrap .gform_wrapper input[type="date"],
    .register_form_wrap .gform_wrapper input[type="datetime"],
    .register_form_wrap .gform_wrapper input[type="datetime-local"],
    .register_form_wrap .gform_wrapper input[type="email"],
    .register_form_wrap .gform_wrapper input[type="month"],
    .register_form_wrap .gform_wrapper input[type="number"],
    .register_form_wrap .gform_wrapper input[type="password"],
    .register_form_wrap .gform_wrapper input[type="search"],
    .register_form_wrap .gform_wrapper input[type="tel"],
    .register_form_wrap .gform_wrapper input[type="text"],
    .register_form_wrap .gform_wrapper input[type="time"],
    .register_form_wrap .gform_wrapper input[type="url"],
    .register_form_wrap .gform_wrapper input[type="week"],
    .register_form_wrap .gform_wrapper textarea,
    .register_form_wrap .gform_wrapper select[multiple="multiple"],
    .register_form_wrap .gform_wrapper select {
      background-color: #ffffff;
      margin-bottom: 0.625em;
      border: 1px solid #f7f7f7;
      box-shadow: none;
      font-size: 1.125em !important;
      line-height: 1.2777777778em !important;
      border: 1px solid #dfdede; }
    .register_form_wrap .gform_wrapper .ginput_container_select {
      position: relative;
      /*Don't really need this just for demo styling*/ }
      .register_form_wrap .gform_wrapper .ginput_container_select::after {
        content: '';
        position: absolute;
        background-image: url(img/dropdown-arrow-black.png);
        background-repeat: no-repeat;
        right: 1px;
        top: 23px;
        display: block;
        width: 0.9375em;
        height: 0.9375em;
        background-size: 0.5625em 0.5625em; }
      .register_form_wrap .gform_wrapper .ginput_container_select::before {
        content: '';
        position: absolute;
        background-image: url(img/dropdown-arrow-black.png);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        right: 7px;
        top: 5px;
        display: block;
        width: 0.9375em;
        height: 0.9375em;
        background-size: 0.5625em 0.5625em; }
      .register_form_wrap .gform_wrapper .ginput_container_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 2.375em !important; }
    .register_form_wrap .gform_wrapper select::-ms-expand {
      display: none; }
    .register_form_wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      padding: 6px 4px !important; }
    .register_form_wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
      line-height: initial;
      min-height: auto; }
  
  @media (min-width: 60em) {
    .register_form_wrap .gform_wrapper {
      margin: 0; }
      .register_form_wrap .gform_wrapper .gf_left_half {
        width: 47%;
        display: inline-block;
        margin-right: 0; }
      .register_form_wrap .gform_wrapper .gf_right_half {
        width: 48%;
        display: inline-block; }
      .register_form_wrap .gform_wrapper .gform_footer input[type="submit"] {
        width: 7.7777777778em !important;
        max-width: 7.7777777778em; } }

        .register_form_wrap .gform_wrapper select {
            margin-bottom: 0 !important;
        }
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout thead tr th {
    opacity: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table thead {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout .active table thead {
    display: block;
    opacity: 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table {
    display: block;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 4px;
    margin: 20px 0;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody tr {
    width: 100%;
    max-width: calc((100% - 12px) / 4);
    border: 1px solid #e4e5e8 !important;
    padding: 20px 10px 5px 10px;
    cursor: pointer;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody .col-action {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td:nth-child(1) {
    width: auto !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .add-to-cart-wrapper > a {
    display: none !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td {
    display: block;
    padding: 0 !important;
    width: auto !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td:last-child {
    display: none;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .add-to-cart-wrapper .multi-cart-check input,
section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .add-to-cart-wrapper .multi-cart-check {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    margin: 0 auto;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .add-to-cart-wrapper {
    min-height: unset;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) {
    padding-left: 0 !important;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .col-image > div {
    text-align: center;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td:nth-child(1) .product-thumbnail-wrapper {
    height: 150px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td:nth-child(1) .product-thumbnail-wrapper img {
    height: 150px;
    width: 100%;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td {
    text-align: center;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .single-product-link {
    text-decoration: underline;
    font-weight: 700;
}

section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody td .add-to-cart-wrapper .multi-cart-check {
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody tr {
        max-width: calc((100% - 12px) / 3);
    }
}

@media (max-width: 767.98px) {
    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout .wcf-wpt-table-wrapper .wc-product-table {
        width: 100% !important;
        max-width: 100%;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout table tbody tr {
        max-width: 100% !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout .wc-product-table-wrapper .wc-product-table td {
        display: block !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout .wc-product-table-wrapper .wc-product-table td:last-child {
        display: none !important;
    }

    section.sub_cat_catalog .content-area .wrapper_area .right_area .bottom_area.images_layout .wc-product-table-wrapper {
        overflow: hidden;
    }
}

section.banner_single_product .content-area .left_area .spec_area .download_wrapper .single_wrap * {
    box-sizing: border-box;
}

section.browse_product_cat .content-area {
    box-sizing: border-box;
}

section.browse_product_cat .content-area * {
    box-sizing: border-box;
}

.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox {
    left: 20px !important;
}

body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce *,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce *,
section.thank_you,
section.thank_you *,
body.yith-request-a-quote-page .woocommerce,
body.yith-request-a-quote-page .woocommerce *,
body.woocommerce .wp-site-blocks section,
body.woocommerce .wp-site-blocks section *,
section.featured_products *,
section.featured_products {
    box-sizing: border-box;
}

section.banner_single_product .content-area .right_area .slider_top .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.woocommerce-cart h1.wp-block-post-title {
    display: none;
}

body.woocommerce-cart .cart_content_wrapper .woocommerce-cart-form__cart-item .right_area .product-quantity .qty_wrapper .custom-select .select-items div {
    margin: 0;
    text-align: center;
}

body.woocommerce-cart main.has-global-padding {
    padding-left: 0;
    padding-right: 0;
}

body.woocommerce-checkout main.has-global-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce table.shop_table {
    width: 100% !important;
}

body.woocommerce-checkout form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

body.woocommerce-checkout .woocommerce form .col2-set .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

body.woocommerce-checkout .woocommerce .review_wrapper div.payment_box p {
    margin: 0;
}

body.woocommerce-checkout .woocommerce ul:not(.uagb-tabs__panel) li:before {
    display: none !important;
}
section.sub_cat_catalog .content-area .left_area .inside-filter [role="list"] {
	display: block !important;
}

