.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  padding: 0 15px;
}

#myLogin .modal-dialog .modal-content .title {
  font-size: 24px;
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 600;
}

.jshop_list_category {
  margin-bottom: 16px;
}

.jshop_list_category .jshop.list_category > tbody {
  /* display: grid; */
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  display: flex;
}
table.jshop td {
  display: block;
  margin-bottom: unset;
}
tbody table.category tbody,
tbody table.category tbody > tr {
  display: block;
}
tbody table.category tbody > tr {
  width: 100%;
  border: none;
  border-radius: 10px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  text-align: center;
}
tbody table.category tbody > tr:hover {
  outline: 1px solid #efefef !important;
  box-shadow: 0 0 10px #d8d8d8;
}
tbody table.category tbody > tr > .image {
  order: 1;
  display: flex;
  justify-content: flex-end;
}
tbody table.category tbody > tr p {
  margin-bottom: unset;
}

.jshop_list_category .jshop.list_category > tbody > tr {
  max-width: 290px;
}

.block_about {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.block_about > div:nth-child(1) {
  width: 39%;
}
.block_about > div:nth-child(2) {
  width: 58%;
}
.block_about > div:nth-child(2) p {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .block_about > div:nth-child(1),
  .block_about > div:nth-child(2) {
    width: 100%;
  }
}

.payment-delivery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.payment-delivery > div {
  padding: 30px;
  background: #f5f5f5;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
}
.payment-delivery > div > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.payment-delivery ul {
  list-style: disc;
}
.payment-delivery ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

ul.advantages__list.flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 92%;
  margin: 30px auto;
}

ul.advantages__list.flex > li {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
  align-items: center;
}

img.advantages__icon {
  width: 40px;
}

.work__list.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px auto;
  width: 95%;
}

span.work__number {
  font-size: 90px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  color: #2222224a;
  bottom: -40px;
}

.work__item.flex {
  display: flex;
  align-items: center;
  position: relative;
}

.work__text {
  width: 180px;
}

@media only screen and (max-width: 992px) {
  ul.advantages__list.flex {
    grid-template-columns: 1fr 1fr;
  }
  .work__list.flex {
    justify-content: space-between;
  }
  span.work__number {
    position: relative;
    left: unset;
    bottom: unset;
  }
}

@media only screen and (max-width: 480px) {
  ul.advantages__list.flex {
    grid-template-columns: 1fr;
  }
  .work__list.flex img {
    transform: rotate(90deg);
  }
}

.itemid-215 .contactus-form.contactus-center {
  display: none;
}

.text {
  text-align: justify;
}
.jshop_list_product {
  margin-bottom: 1rem;
}
ul.list {
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
}

.rev-slider {
  position: relative;
  padding: 0px;
}

.rev-slider .custom-arrow {
  width: 80px;
  height: 50px;
  border-radius: 20px;
  background-color: #c9dcec;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: -85px;
  z-index: 10;
  font-size: 24px;
  color: #000000;
}

.rev-slider .slick-prev.custom-arrow {
  left: 93%;
  transform: translateX(-110%);
}

.rev-slider .slick-next.custom-arrow {
  left: 93%;
  transform: translateX(10%);
}

.rev-slid-item {
  background: #fff;
  display: flex !important;
  flex-direction: column;
  padding: 35px;
  gap: 20px;
  min-height: 200px;
}

.rev-slid-item span {
  font-weight: bold;
}

.revs-block h2 {
  margin-bottom: 40px;
  margin-left: 15px;
}

.revs-block h2 span {
  border-bottom: 3px solid #607d94;
  padding-bottom: 10px;
}

.revs-block {
  margin-bottom: 50px;
  margin-top: 50px;
}

.revs-block .slick-slide {
  margin: 12px;
}

@media screen and (max-width: 900px) {
  .rev-slider .custom-arrow {
    top: 270px;
    left: 50% !important;
  }
  .revs-block {
    margin-bottom: 100px;
  }
  .rev-slid-item {
    min-height: 230px;
  }
}

.block-products .block-products.products-box {
  float: left;
  width: 100% !important;
}

.div-just {
	text-align: justify;
}
.div-just ul {
list-style:disc;
margin-left: 15px;
 margin-bottom: 1em;
}


