.product-top-content {
  width: 57%;
}
.product-main-header {
  width: 40%;
}
.light-bg .left-bottom-shape {
  bottom: 10px;
}
.product-sidebar {
  width: 280px;
  background-color: #f4f4f4;
  /*position: sticky;*/
  align-self: flex-start;
  top: 100px;
}
.product-sidebar .product-heading {
  padding: 20px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.product-range-listing,
.product-child {
  list-style-type: none;
  margin-left: 0;
  padding: 20px;
  margin-bottom: 0;
}
.product-range-listing .select-control {
  border: 1px solid #e1e1e1;
  background: #fff url(../images/down-arrow.svg) no-repeat right 14px top 20px;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--theme);
  width: 100%;
  font-family: "Inter";
}
.product-range-listing > li > a {
  font-size: 16px;
  color: var(--textcolor);
  text-decoration: none;
  font-weight: 600;
}
.product-range-listing > li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-range-listing .product-child > li > a,
.checkbox-list {
  font-size: 14px;
  color: var(--textcolor);
  font-weight: normal;
  text-decoration: none;
  line-height: 1.2;
}
.product-range-listing .product-child > li {
  margin-bottom: 0;
  padding-left: 0;
}
.product-range-listing .product-child > li::before,
.product-range-listing > li::before,
.product_slide_js li::before,
.product_thumbnail_js li::before,
.woocommerce nav.woocommerce-pagination ul.page-numbers li::before {
  content: none;
}
.product_thumbnail_js li,
.product_slide_js li {
  padding-left: 0;
}
.product-range-listing .product-child {
  display: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 5px;
  margin-top: 15px;
}
.product-range-listing > li:has(ul.product-child) {
  position: relative;
  width: 100%;
  display: block;
}
.product-range-listing > li:has(ul.product-child):after {
  position: absolute;
  content: "";
  background: url(../images/down-arrow.svg) no-repeat;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 9px;
  height: 9px;
  z-index: 1;
}
.pro-top-panel,
.pagination-wrapper {
  background-color: #f4f4f4;
  padding: 10px 15px;
  color: #2d2d2d;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
.product-listing-wrapper {
  width: calc(100% - 280px);
  padding-left: 30px;
}
.pro-top-panel p,
.pagination-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}
.pro-top-panel p span,
.pagination-wrapper p span {
  font-weight: 600;
}
.pro-top-panel .woocommerce-pagination li {
  display: none !important;
}
.pro-top-panel .woocommerce-pagination li:has(.prev),
.pro-top-panel .woocommerce-pagination li:has(.next) {
  display: inline-block !important;
}
.product-range-listing > li {
  padding-left: 0;
}
.product-range-listing > li.show {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.product-range-listing > li.show::after {
  transform: rotate(180deg);
  filter: invert(17%) sepia(86%) saturate(5030%) hue-rotate(345deg)
    brightness(78%) contrast(121%);
}
.product-view-grid {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 0 auto;
}
.product-view-grid .grid-link {
  background-color: var(--white);
  width: 34px;
  height: 34px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border: 0;
  outline: none;
  margin: 0 5px;
  padding: 0;
}
.product-view-grid .grid-link img {
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border-right: 0 !important;
  margin: 0 5px !important;
}
.pagination a,
.woocommerce-pagination .page-numbers .page-numbers {
  border: 1px solid #d1d3d4;
  width: 34px;
  height: 34px;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
}
.pagination a i {
  font-size: 16px;
  font-weight: bold;
}
.pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: var(--theme);
}
.pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: var(--white);
}
.pagination .page,
.pagination .page-prev {
  margin-right: 10px;
}
.pagination a.active,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--theme);
  color: var(--theme);
  background: var(--white);
}
.product-range-listing .product-child > li.checkbox-list {
  display: block;
  margin-bottom: 10px;
}
.product-range-listing .product-child > li.checkbox-list.active a {
  color: var(--theme);
}
.checkbox-list input,
.checkbox-inline input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-inline li label {
  padding: 10px 20px;
  white-space: nowrap;
  background: #fff;
  border: solid 1px transparent;
  display: inline-block;
  min-width: 100%;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}
.checkbox-inline li {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 15px !important;
}
.checkbox-inline li input:checked + label {
  border-color: var(--theme);
}
.checkbox-inline li:nth-child(2n) {
  margin-right: 0;
}
.checkbox-list label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}
.checkbox-list label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox-list input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #d70014;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-list input:checked + label:before {
  border-color: var(--theme);
}
.hide-list {
  display: none;
}
.show-part {
  display: block;
}
.more-less-btn .show-more {
  background: transparent;
  padding: 0;
  text-decoration: underline;
  border: 0;
  color: var(--textcolor);
}
/*  PRODUCT DETIAL */
.product-listing-grid.product-slider.slick-slider {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.product-listing-grid.product-slider.slick-slider .slick-slide {
  margin: 0 15px;
}
.product-listing-grid li {
  text-align: center;
}
.product_slide_js.slider-for:not(.slick-slider) > li:not(:nth-child(-n + 1)),
.product_thumbnail_js:not(.slick-slider) > li:not(:nth-child(-n + 4)) {
  display: none !important;
}
.product-listing-grid .slick-prev {
  position: absolute;
  left: inherit;
  right: 50px;
}
.product-listing-grid .slick-next {
  right: 0;
}
.product-listing-grid .slick-arrow {
  top: 0;
  margin-top: -60px;
}
.product-main-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.product-main-title .product-code {
  font-family: inherit;
  font-size: 40px;
  margin-bottom: 0;
}
.pro-right-top-info {
  display: inline-flex;
  justify-content: flex-end;
  margin: 0 0 30px auto;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
}
.product-enq-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-enq-block::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  right: auto;
  width: 100%;
  top: 50%;
  left: 180px;
  height: 1px;
}
.pro-wrapper-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pro-range-info .pro-code {
  font-size: 20px;
  font-weight: bold;
  color: var(--textcolor);
  margin-bottom: 10px;
  line-height: 1.2;
}
.pro-range-info .pro-range-title {
  font-size: 16px;
}
.pro-wrapper-grid.pro-range-grid-wrapper .pro-range-wrap {
  background-color: var(--white);
  border: 1px solid #e1e1e1;
  &.active {
    border-color: var(--theme);
  }
}
.product-main-slider,
.product_left {
  width: 770px;
}
.closemenu.desk-hide {
  display: none;
}
.pro-right-top-info .page-link {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  line-height: 1.2;
  align-items: center;
}
.pro-right-top-info .page-link i {
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 0px;
}
.product-info-icons img:not(:last-of-type) {
  margin-right: 10px;
}
.product-info-icons img {
  max-height: 37px;
}
.attr-data-table tbody td {
  text-wrap: nowrap;
}
.product_slide_js {
  width: 600px;
  border: 1px solid #e1e1e1;
  height: 600px;
  order: 2;
  margin: 0;
}
.product_thumbnail_js {
  width: 150px;
  order: 1;
  margin-right: 20px;
  margin-left: 0;
  margin-top: -6px;
  margin-bottom: -6px;
}
.product_thumbnail_js:has(.slick-prev) {
  padding-top: 50px;
}
.slick-vertical .slick-slide {
  margin: 6px 0px;
}
.product_thumbnail_js .slick-slide li {
  margin-bottom: 0;
}
.product_thumbnail_js .img_thumbnail {
  padding: 5px;
  border: 1px solid #e1e1e1;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prslider_box {
  display: flex;
  justify-content: space-between;
}
.product_right {
  width: calc(100% - 770px);
  padding-left: 100px;
}
.product_right .heading-product {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
.pro_accordion .accordion_in.acc_active .acc_head {
  color: var(--theme);
}
.smk_accordion.pro_accordion
  .accordion_in.acc_active
  .acc_head
  .acc_icon_expand::after {
  background-color: var(--theme);
}
.smk_accordion.pro_accordion .accordion_in .acc_content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
}
.smk_accordion.pro_accordion .accordion_in:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.attr-data-table.dataTable .button.product_type_simple.add_to_cart_button {
  padding: 5px;
  border: 0;
}
.attr-data-table.dataTable .button.product_type_simple.add_to_cart_button img {
  max-width: 25px;
}
.attr-data-table.dataTable
  .button.product_type_simple.add_to_cart_button:hover {
  background-color: transparent;
}
.attr-data-table.dataTable .added_to_cart.wc-forward {
  display: none;
}
.dt-container {
  margin-bottom: 80px;
}
.pro_accordion .accordion_in .acc_content ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.pro_accordion .accordion_in .acc_content ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  color: #2d2d2d;
  letter-spacing: 0px;
}
.pro_accordion .accordion_in .acc_content ul li:last-child,
.pro_accordion .accordion_in .acc_content ul:last-child {
  margin-bottom: 0;
}
.pro_accordion .accordion_in .acc_content ul li::before {
  content: "";
  background: url("../images/icon/list-icon.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
}
.active-filters {
  padding: 20px 20px 0;
}
.active-filters .title-filter {
  font-size: 16px;
  color: var(--textcolor);
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.active-filters .title-filter a {
  font-size: 0.8em;
  color: var(--theme);
  text-decoration: none;
  float: right;
}
.active-filters ul {
  margin-bottom: 0;
}
.active-filters ul li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  &:last-child {
    margin-bottom: 0;
  }
}
.active-filters ul li a {
  color: inherit;
  text-decoration: none;
}
.active-filters ul li .clear-filter {
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  background: var(--theme);
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.select2-container-colors .select2-container--default {
  min-width: 180px;
}
.select2-container-colors
  .select2-container--default
  .select2-selection--single {
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #767676;
  height: 37px;
}
.select2-container-colors
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000000;
  line-height: 37px;
  padding: 0 0 0 15px;
}
.select2-container-colors
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
}
.select2-container-colors
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container-colors
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "";
  background: transparent
    url(https://rcsproducts.supple.design/wp-content/themes/rcsproducts/assets/images/icon/select-arrow.svg)
    no-repeat center;
  width: 12px;
  height: 8px;
  display: inline-block;
  background-size: 12px 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
}
.select2-container-colors
  .select2-container--default
  .select2-dropdown
  .select2-results
  .select2-results__option {
  white-space: nowrap;
}
.color-square {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}
.basic-features-table {
  width: 100%;
}
.basic-features-table th {
  font-weight: bold;
  text-align: left;
  width: 40%;
}
.img_big {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_big img {
  margin: 0 auto;
}
.product_slide_js .slick-slide,
.product_slide_js .slick-slide div,
.product_slide_js .slick-slide li {
  height: 595px;
  margin-bottom: 0;
}
.product_thumbnail_js .slick-slide.slick-current.slick-active .img_thumbnail {
  border-color: #d70014;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading::after {
  top: 0;
  right: 5px;
}
.product-range-listing > li.show:has(ul.product-child):after {
  top: 7px;
}
.product_slide_js .slick-slide .img_big a::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/zoom-icon.svg) no-repeat center;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
.accordion_in .acc_content p:last-child {
  margin-bottom: 22px;
}
.accordion_in .acc_content .table {
  margin-bottom: 30px;
}
.accordion_in .acc_content .table tr td p:last-of-type {
  margin-bottom: 0;
}
table.dataTable > thead > tr > th {
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .hide-in-desktop,
  .closemenu.desk-hide {
    display: none;
  }
  .product_left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
  .product_thumbnail_js .slick-prev {
    top: 6px;
    left: 75px !important;
    margin-left: -20px;
    transform: rotate(90deg);
  }
  .product_thumbnail_js .slick-next {
    top: inherit;
    bottom: 6px;
    transform: rotate(90deg);
    left: 75px;
    right: inherit !important;
    margin-left: -20px;
  }
}
@media (max-width: 1439px) {
  .product-main-header {
    width: 36%;
  }
  .product-top-content {
    width: 62%;
  }
  .product-listing-grid.product-slider.slick-slider .slick-slide {
    margin: 0 15px;
  }
  .product-listing-grid .slick-arrow {
    margin-top: -50px;
  }
  .product-main-title .product-code {
    font-size: 36px;
  }
  .dt-container {
    margin-bottom: 60px;
  }
  .product_right {
    width: 50%;
    padding-left: 70px;
  }
  .product_left {
    width: 50%;
  }
  .product_slide_js {
    width: calc(100% - 150px);
  }
  .product_thumbnail_js {
    width: 130px;
  }
}
@media (max-width: 1199.98px) {
  .product-listing-grid.product-slider.slick-slider .slick-slide {
    margin: 0 10px;
  }
  .product-listing-grid .slick-arrow {
    margin-top: -40px;
  }
  .product-main-title .product-code {
    font-size: 32px;
  }
  .dt-container {
    margin-bottom: 40px;
  }
  .product_left {
    width: 55%;
  }
  .product_right {
    width: 45%;
    padding-left: 40px;
  }
  .pagination-wrapper {
    justify-content: center !important;
  }
  .pagination-wrapper p {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
  }
  .pagination-wrapper p + .woocommerce-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .product-top-content,
  .product-main-header,
  .product-sidebar {
    width: 100%;
  }
  .product-main-header .heading-40:last-of-type {
    margin-bottom: 0;
  }
  .product-listing-wrapper ul.product-listing-grid {
    margin-bottom: 30px;
  }
  .product-listing-grid.product-slider.slick-slider {
    margin-bottom: 40px !important;
  }
  .product-sidebar {
    position: relative;
    top: inherit;
    background: transparent;
  }
  .product-listing-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .m-filtertrigger {
    border-radius: 22px;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme);
    min-width: 180px;
    color: var(--white);
  }
  .m-filtertrigger i {
    margin-left: 8px;
  }
  .mobile-slide {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #f3f2ef;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: 100vh;
    transition: 1s ease all;
    overflow: scroll;
  }
  .mobile-slide.slide {
    left: 0px;
  }
  .mobile-slide.slide .closemenu.desk-hide {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 100%;
    border-radius: 100%;
    padding: 4px 0;
    border: 1px solid var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-listing-grid li .button-outline {
    padding: 10px 10px;
  }
  .product-listing-grid .slick-arrow {
    margin-top: -30px;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    flex-wrap: wrap;
    justify-content: center;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li {
    margin-bottom: 5px !important;
  }
  .pro-wrapper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-main-title .product-code {
    font-size: 28px;
  }
  .pro-range-info .pro-code {
    font-size: 18px;
  }
  .product_thumbnail_js:has(.slick-prev) {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .product_right,
  .product_left {
    width: 100%;
    padding-left: 0;
  }
  .product_slide_js,
  .product_thumbnail_js {
    height: auto;
    width: 100%;
  }
  .product_thumbnail_js {
    margin-right: 0;
    order: 2;
    margin-top: 20px;
  }
  .product_thumbnail_js.slider-nav {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
  }
  .product_thumbnail_js .img_thumbnail {
    height: 130px;
    overflow: hidden;
  }
  .product_thumbnail_js .slick-prev {
    left: 0;
  }
  .product_thumbnail_js .slick-next {
    right: 0;
  }
  .prslider_box {
    flex-wrap: wrap;
  }
  .product_slide_js {
    order: 1;
  }
  .product_thumbnail_js .slick-slide {
    margin: 0 10px;
  }
  .product_thumbnail_js {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-listing-grid.product-slider.slick-slider .slick-slide {
    margin: 0 5px 15px;
  }
  .product-main-title .product-code {
    font-size: 24px;
  }
  .product-left-top-info {
    width: 100%;
  }
  .pro-right-top-info {
    justify-content: flex-start;
    margin: 0 0 30px 0;
    text-align: left;
    width: 100%;
  }
  .pro-right-top-info .page-link {
    justify-content: flex-start;
  }
  .pro-range-info .pro-code {
    font-size: 16px;
  }
  .pro_accordion .accordion_in .acc_content ul li {
    padding-left: 25px;
  }
  .pro_accordion .accordion_in .acc_content ul {
    margin-bottom: 20px;
  }
  .product_slide_js .slick-slide,
  .product_slide_js .slick-slide div,
  .product_slide_js .slick-slide li {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .pro-top-panel {
    display: none;
  }
  .product_slide_js .slick-slide,
  .product_slide_js .slick-slide div,
  .product_slide_js .slick-slide li {
    height: 350px;
  }
  .product-listing-grid .slick-arrow {
    margin-top: inherit;
    top: 50%;
  }
  .product-listing-grid .slick-prev {
    left: 15px;
    right: inherit;
  }
  .product-listing-grid .slick-next {
    right: 15px;
  }
  .heading-40:has(+ .product-listing-grid) {
    text-align: center;
  }
  .product-main-title .product-code {
    font-size: 20px;
  }
  .pro-range-info .pro-code,
  .pro-top-panel p,
  .pagination-wrapper p {
    font-size: 14px;
  }
  .product-info-icons img {
    margin-bottom: 10px;
  }
  .pro_accordion .accordion_in .acc_content ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.table table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  display: block;
}
