/* ------------------------------product_sec---------------------- */
.product_sec {
  padding-top: 90px;
}
.product_sec .container > .helf-section > .left-side {
  width: 330px;
  margin-bottom: 70px;
}
.product_sec .container > .helf-section > .right-side {
  width: calc(100% - 330px);
  margin-bottom: 70px;
  padding-left: 73px;
}
.products_list + .helf-section {
  border-top: 1px solid #e3e3e3;
}
.helf-section.sub-section-product {
  padding-top: 70px;
  border-top: 1px solid #e3e3e3;
}
.heading40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  font-family: "Raleway";
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 20px;
}
.helf-section.sub-section-product > .left-side {
  width: calc(100% - 450px);
  margin-bottom: 50px;
  padding-right: 138px;
}
.helf-section.sub-section-product > .right-side {
  width: 450px;
  margin-bottom: 50px;
}
.helf-section.sub-section-product > .right-side .img-wrap img {
  border-radius: 4px;
}
/* ------------------------------product_sec---------------------- */
/* ------------------------------why_choose_sec---------------------- */
/* .why_choose_sec + section {
  padding-top: 70px;
} */
.why_choose_sec {
  padding-top: 100px;
  position: relative;
}

.why_choose_sec .bgimg {
  z-index: -1;
  height: 100% !important;
}
.why_choose_sec::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #000000 0%, #272727 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.85;
}
.why_choose_sec .helf-section {
  align-items: center;
}
.why_choose_sec .helf-section .left-side {
  max-width: 523px;
  margin-bottom: 100px;
}
.why_choose_sec .helf-section .right-side {
  width: calc(100% - 523px);
  padding-left: 118px;
  margin-bottom: 100px;
}
.why_choose_sec .helf-section .left-side .heading48 {
  line-height: 1.2;
  color: #fff;
}

.why_choose_sec .helf-section .left-side p {
  color: #fff;
  margin-bottom: 26px;
}
.why_choose_sec .helf-section .left-side .btnwrap .btn_border {
  color: #fff;
  border: 1px solid #fff;
}
.why_choose_sec .helf-section .left-side .btnwrap > * {
  max-width: 190px;
  padding: 16px 20px 16px 20px;
}
.why_choose_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 94px;
}
.why_choose_list > li {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  line-height: 1.3;
  padding-bottom: 55px;
  position: relative;
  width: calc(50% - 47px);
  margin-bottom: 0;
}
.why_choose_list > li:nth-last-child(-n + 2) {
  padding-bottom: 0;
}
.why_choose_list > li:nth-last-child(-n + 2):after {
  display: none;
}
.why_choose_list > li::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0px;
  background: transparent url(../images/tik-blue.svg) no-repeat center;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 100%;
}
.why_choose_list > li::after {
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 25px;
  left: 40px;
  border-top: 1px solid #ffffff50;
}
.why_choose_list + p {
  margin-top: 30px;
}
.why_choose_sec .helf-section .right-side > p {
  color: #fff;
}

/* ------------------------------why_choose_sec---------------------- */
/* ------------------------------faq_sec warehouse-storage-faq---------------------- */
.faq_sec.warehouse-storage-faq {
  padding-top: 70px;
}
.faq_sec.warehouse-storage-faq .container > .heading48 {
  max-width: 65%;
  margin: 0 auto 45px;
  text-align: center;
}
.faq_sec.warehouse-storage-faq .helf-section {
  padding-top: 0px;
  border-top: 0;
}
.faq_sec.warehouse-storage-faq .helf-section .left-side {
  max-width: 755px;
  margin-bottom: 70px;
  width: 755px;
}
.faq_sec.warehouse-storage-faq .helf-section .left-side > .img-wrap > img {
  border-radius: 4px;
}
.faq_sec.warehouse-storage-faq .helf-section .right-side {
  max-width: 755px;
  margin-bottom: 70px;
  width: calc(100% - 755px);
}
.product_sec .container > .helf-section > .right-side .aws-container {
  width: 350px;
}
.products-page ul.products {
  margin-bottom: 20px;
}
.woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  + a.button.product_type_simple {
  margin-top: 0;
}
.product_sec .container > .helf-section > .right-side .mobilefilter_box,
.closemenu.hide-in-desktop {
  display: none;
}

/* update */
.woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  + a.button.product_type_simple {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  letter-spacing: 0;
  position: relative;
  line-height: 1.3;
  padding-right: 14px;
  display: inline-flex;
  text-transform: capitalize;
  text-decoration: none;
  height: 50px;
  padding: 16px 44px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  border: 0;
}
.woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  + a.button.product_type_simple::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  height: 0;
  width: calc(100% - 100px);
  border-top: 1px solid #1970b8;
  bottom: 10px;
  margin: 0 auto;
}
.woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  + a.button.product_type_simple:hover {
  color: var(--white);
  background-color: var(--blue);
  text-decoration: none;
}
.woocommerce-no-products-found + .helf-section.sub-section-product {
  padding-top: 0;
  border-top: 0px;
}
/* update */
/* ------------------------------faq_sec warehouse-storage-faq---------------------- */
/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1640px) {
  .product_sec .container > .helf-section > .right-side {
    padding-left: 40px;
  }
  .faq_sec.warehouse-storage-faq .helf-section .left-side,
  .faq_sec.warehouse-storage-faq .helf-section .right-side {
    width: calc(50% - 30px);
  }
}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
  .helf-section.sub-section-product,
  .product_sec,
  .faq_sec.warehouse-storage-faq {
    padding-top: 60px;
  }
  .helf-section.sub-section-product > .left-side {
    width: 50%;
    padding-right: 0px;
  }
  .helf-section.sub-section-product > .right-side {
    width: calc(50% - 30px);
  }
  .product_sec .container > .helf-section > .left-side,
  .product_sec .container > .helf-section > .right-side,
  .faq_sec.warehouse-storage-faq .helf-section .left-side,
  .faq_sec.warehouse-storage-faq .helf-section .right-side {
    margin-bottom: 60px;
  }
  .why_choose_sec {
    padding-top: 60px;
  }
  .why_choose_sec .helf-section .right-side {
    width: calc(60% - 30px);
    padding: 0;
    margin-bottom: 60px;
  }
  .why_choose_sec .helf-section .left-side {
    width: calc(40% - 30px);
    padding: 0;
    margin-bottom: 60px;
  }
  .why_choose_list {
    column-gap: 60px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .helf-section.sub-section-product,
  .product_sec,
  .faq_sec.warehouse-storage-faq,
  .why_choose_sec {
    padding-top: 40px;
  }
  .product_sec .container > .helf-section > .left-side,
  .product_sec .container > .helf-section > .right-side,
  .faq_sec.warehouse-storage-faq .helf-section .left-side,
  .faq_sec.warehouse-storage-faq .helf-section .right-side {
    margin-bottom: 40px;
  }
  .product_sec .container > .helf-section > .left-side {
    width: 270px;
  }
  .product_sec .container > .helf-section > .right-side {
    padding-left: 20px;
    width: calc(100% - 270px);
  }
  .product_cta .list_cta_wrap {
    min-height: 290px;
  }
  .faq_sec.warehouse-storage-faq .container > .heading48 {
    max-width: 100%;
    margin: 0 auto 25px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .overlayshow main {
    z-index: 15;
  }
  .product_sec .container > .helf-section {
    flex-direction: column-reverse;
  }
  .product_sec .container > .helf-section > .left-side {
    width: 100%;
  }
  .product_sec .container > .helf-section > .right-side {
    width: 100%;
    padding-left: 0px;
  }
  .helf-section.sub-section-product > .right-side {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .helf-section.sub-section-product > .left-side {
    margin-bottom: 30px;
  }
  .product_sec > .container > .helf-section > .left-side {
    display: flex;
    gap: 30px;
  }
  .product_sec > .container > .helf-section > .left-side .cate_list_links {
    min-width: 330px;
  }
  .cate_list_links > li > a {
    padding: 18px 0;
    padding-left: 30px;
  }
  .cate_list_links + .product_cta {
    margin-top: 0px;
  }
  .why_choose_sec .helf-section .left-side {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .why_choose_sec .helf-section .right-side {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .why_choose_list > li {
    padding-bottom: 30px;
  }
  .why_choose_list > li::after {
    bottom: 13px;
  }
  .faq_sec.warehouse-storage-faq .helf-section .left-side,
  .faq_sec.warehouse-storage-faq .helf-section .right-side {
    width: 100%;
    margin-bottom: 40px;
  }
  .mobile-filter-slide {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #ffffff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: 100vh;
    transition: 1s ease all;
    overflow: scroll;
  }
  .mobile-filter-slide.slide {
    left: 0px;
    padding: 50px 20px 0;
  }
  .mobile-filter-slide .closemenu {
    display: block;
    position: absolute;
    right: 15px;
    top: 6px;
    background: #020202;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
    padding: 0 5px;
  }
  .product_sec .container > .helf-section > .right-side .mobilefilter_box,
  .closemenu.hide-in-desktop {
    display: block;
  }
  .heading-wrap {
    margin-bottom: 20px;
  }
  .product_sec
    .container
    > .helf-section
    > .right-side
    .heading-wrap
    .woocommerce-ordering {
    float: none;
    width: 48%;
    margin: 0 0 0 auto;
  }
  .mobilefilter_box {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .mobilefilter_box a.btn_theme {
    width: 150px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .cate_list_links > li > a::before {
    top: 15px;
  }
  .cate_list_links > li > a {
    padding: 15px 0;
    padding-left: 25px;
    font-size: 14px;
  }
  .cate_list_links > li i.catdrop {
    top: 16px;
  }
  .cate_list_links > li.haschild ul > li > a {
    font-size: 14px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .mobilefilter_box {
    width: 50%;
  }
  .mobilefilter_box a.btn_theme {
    width: 100%;
    margin-top: -67px;
  }
  .woocommerce .woocommerce-ordering select {
    height: auto;
    line-height: 1.2 !important;
  }
  .product_sec .container > .helf-section > .right-side .aws-container {
    width: 100%;
  }
  .helf-section.sub-section-product > .left-side {
    width: 100%;
  }
  .helf-section.sub-section-product > .right-side {
    width: 100%;
  }
  .helf-section.sub-section-product {
    padding-top: 30px;
  }
  .product_sec > .container > .helf-section > .left-side {
    flex-wrap: wrap;
  }
  .product_sec > .container > .helf-section > .left-side .cate_list_links {
    width: 100%;
    min-width: unset;
  }
  .product_cta {
    width: 100%;
  }
  .product_cta .list_cta_wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .why_choose_list {
    column-gap: 20px;
  }
  .why_choose_list > li {
    width: calc(50% - 10px);
  }
  .mobilefilter_box {
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .mobilefilter_box {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .mobilefilter_box a.btn_theme {
    width: 100%;
    margin-top: 0;
  }
  .product_sec
    .container
    > .helf-section
    > .right-side
    .heading-wrap
    .woocommerce-ordering {
    width: 100%;
  }
  .why_choose_sec {
    padding-top: 30px;
  }
  .product_sec .container > .helf-section > .right-side .heading-wrap {
    margin-bottom: 15px;
  }
  .why_choose_list > li {
    width: 100%;
  }
  .why_choose_list > li:nth-last-child(-n + 2) {
    padding-bottom: 30px;
  }
  .why_choose_list > li:nth-last-child(-n + 2)::after {
    content: "";
    position: absolute;
    height: 0;
    width: calc(100% - 40px);
    bottom: 13px;
    left: 40px;
    border-top: 1px solid #ffffff50;
    display: block;
  }
  .why_choose_list > li:last-child {
    padding-bottom: 0;
  }
  .why_choose_list > li:last-child:after {
    display: none;
  }
  .why_choose_sec .helf-section .left-side {
    margin-bottom: 30px;
  }
  /* update */
  .woocommerce
    ul.products
    li.product
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
    + a.button.product_type_simple {
    padding: 16px 23px;
  }
  .woocommerce
    ul.products
    li.product
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
    + a.button.product_type_simple::after {
    width: calc(100% - 44px);
  }
  /* update */
}
ul.child_cate_list_links.child-category {
  margin-bottom: 30px;
}
