.products-title-line:before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #d87210;
  position: absolute;
  top: 40px;
  left: 0;
}

.category-box {
  background: #ffffff;
  border: 1px solid rgba(216, 114, 16, 0.2);
  border-radius: 5px;
  transition: all 0.3s;
}

.category-box:hover {
  background-color: #d87210;
}

.category-box:hover .category-img-title h6 {
  color: #ffffff;
}

.category-img {
  line-height: 0;
}

.category-img img {
  width: 408px;
}

.category-img-title h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #111630;
  padding: 0 10px;
}

.category-img-title {
  padding: 20px 0;
}

.product-slider .slick-list {
  margin: 0 -0.78125vw;
}

.product-slider .slick-slide {
  margin: 0 0.78125vw;
}

/* product-slider-arrow */

.product-category {
  position: relative;
}

.product-slider-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: -80px;
  right: 0;
}

.product-slider-arrow .left-arrow {
  margin-right: 20px;
}

.product-slider-arrow .right-arrow,
.product-slider-arrow .left-arrow {
  width: 50px;
  background-color: #f6ddc6;
  border-radius: 50%;
  padding: 18.8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-slider-arrow .right-arrow img,
.product-slider-arrow .left-arrow img {
  width: 16px;
}

.product-slider-arrow .left-arrow:hover,
.product-slider-arrow .right-arrow:hover {
  background-color: #d87210;
}

.product-sub-category h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 1.5rem;
}

.product-sub-category .hr-line {
  background: #111630;
  opacity: 0.2;
  margin-bottom: 30px;
}

.sub-category-box {
  background: #ffffff;
  border: 1px solid #111630;
  border-radius: 5px;
  padding: 10px 10px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  align-items: center;
}

.sub-category-box:hover {
  border: 1px solid #d87210;
}

.sub-img-box {
  text-align: center;
  /*background: #FFF8F2;*/
  border-radius: 5px;
  margin-bottom: 15px;
}

.sub-content h6 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #111630;
  margin-bottom: 26px;
  display: block;
  cursor: inherit;
  pointer-events: none;
}

.sub-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #111630;
  text-align: center;
  margin: 0;
}

.sub-content .gall-color {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #111630;
}

.sub-category-box .sub-content > p {
  margin-bottom: 30px;
}

.sub-category-wrapper {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.color-name {
  display: flex;
  justify-content: center;
  padding: 0 3.6458333333333335vw;
}

.sub-content .gall-color {
  margin: 0 0 0 11px;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sub-content .title-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.sub-content .title-name .gall-color {
  gap: 3px;
}

.category-img-title.activecate {
  background: #d87210;
}

.category-img-title.activecate h6 {
  color: #fff;
}

.sub-img-box a img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.sub-img-box a {
  display: block;
  cursor: inherit;
  pointer-events: none;
}

.sub-category-wrapper:last-child {
  margin: 0;
}

.quick-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px 0;
  /* display: none; */
}

.sub-category-box .quick-order-btn a {
  background-color: #d87210;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
}

.sub-category-box .quick-order-btn a:hover {
  background-color: #7d3f04;
}

/**popup css**/

.orderBtn {
  display: block;
  border: 0;
  padding: 10px 20px;
  background: #3f51b5;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.2s background;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
}

.login-search-col .orderBtn {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  fill: #ffffff;
  color: #ffffff;
  background-color: var(--e-global-color-text);
  padding: 10px 10px 10px 10px;
}

.login-search-col .elementor-widget-wrap {
	flex-wrap: nowrap;
}

.login-search-col .orderBtn:hover {
  background-color: #7d3f04;
  color: #fff;
}

.sub-category-box .quick-order-btn {
  display: none;
}

.custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: Arial;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 110.145ms 0ms;
}
.custom-popup__holder {
  max-width: 50%;
  /* width: 100%; */
  height: 70%;
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 400ms, transform 400ms;
  transition-delay: 300ms;
  overflow-y: scroll;
}
.custom-popup__title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}
.custom-popup__content {
  flex: 1;
  font-size: 22px;
  line-height: 24px;
}
.custom-popup__footer {
  font-size: 28px;
  line-height: 30px;
}
.custom-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s transform;
}
.custom-popup__close:before,
.custom-popup__close:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  display: block;
  width: 2px;
  height: 26px;
  background: #000;
  transform: rotate(45deg);
}
.custom-popup__close:after {
  left: 15px;
  top: 3px;
  transform: rotate(-45deg);
}
.custom-popup__close:hover {
  transform: rotate(90deg);
}
.custom-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.custom-popup.is-active .custom-popup__holder {
  opacity: 1;
  transform: translateY(0);
}

.custom-popup .submit-button p,
.custom-popup .submit-button {
  margin-bottom: 0;
}

body.customPopupOpen {
  overflow: hidden;
}

.custom-popup form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-popup .name-field,
.custom-popup .email-field,
.custom-popup .number-field,
.custom-popup .company-field {
  width: 47.75%;
  margin-bottom: 30px;
}

.custom-popup p.field-name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  padding-bottom: 9px;
  margin-bottom: 0;
}

.custom-popup p input,
.custom-popup p select {
  padding: 20px !important;
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-radius: 100px;
  background-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1f1f1f;
}

.custom-popup p {
  margin-bottom: 0;
}

.custom-popup .select-field {
  width: 100%;
  margin-bottom: 36px;
}

.custom-popup .message-field {
  width: 100%;
  margin-bottom: 20px;
}

.custom-popup .submit-button p input {
  padding: 13px 18px !important;
  background: #d87210;
  border-radius: 100px;
  transition: all 0.3s;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.204545px;
  color: #ffffff;
}

.custom-popup .submit-button p input:hover {
  background: #7d3f04;
}

.custom-popup .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.custom-popup .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-popup .submit-button p {
  display: flex;
  align-items: center;
}

/**End popup css **/

@media only screen and (max-width: 1440px) {
  .sub-category-wrapper {
    gap: 15px;
  }

  .color-name {
    padding: 0 15px;
  }

  .sub-content .gall-color {
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 1280px) {
  .sub-category-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .custom-popup .name-field,
  .custom-popup .email-field,
  .custom-popup .number-field,
  .custom-popup .company-field {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-popup__holder {
    max-width: 80%;
    padding: 25px 30px;
  }

  .custom-popup p input,
  .custom-popup p select {
    padding: 12px !important;
  }

  .custom-popup .wpcf7-response-output {
    padding: 8px !important;
  }
}

@media only screen and (max-width: 900px) {
  .sub-category-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 550px) {
  .sub-category-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .product-slider-arrow {
    top: -55px;
  }

  .product-slider-arrow .right-arrow,
  .product-slider-arrow .left-arrow {
    width: 40px;
    padding: 14px 0;
  }
}

@media only screen and (max-width: 414px) {
  .custom-popup .name-field,
  .custom-popup .email-field,
  .custom-popup .number-field,
  .custom-popup .company-field {
    margin-bottom: 15px;
  }

  .custom-popup__holder {
    max-width: 90%;
  }
}

.elementor-element-8e03cdb {
  display: none !important;
}

.elementor-element-91561ad {
  display: none !important;
}
