.header_main {
  padding-bottom: 15px;
}
.header_main .logo_main a {
  display: inline-block;
  width: 105px;
}
.header_main .logo_main a img {
  padding: 0 !important;
}

.header_main .header_content_main .header_top {
  margin: 0 0 15px;
}

.return_details h1, .return_details h2, .return_details h3, .return_details h4, .return_details h5, .return_details h6,
.description_main h1,
.description_main h2,
.description_main h3,
.description_main h4,
.description_main h5,
.description_main h6 {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--robot-600);
  color: #222;
  text-align: left !important;
}
.return_details table,
.description_main table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.return_details p, .return_details div,
.description_main p,
.description_main div {
  margin: 0 0 25px;
}
.return_details p br, .return_details div br,
.description_main p br,
.description_main div br {
  display: none;
}
.return_details p img, .return_details div img,
.description_main p img,
.description_main div img {
  width: 60%;
  margin: 0 15px 15px 0 !important;
}

.td_border_right {
  border-right: 1px solid #ccc !important;
}

.specification_main ul li .title {
  word-break: break-all;
  white-space: normal;
  max-width: 260px;
  margin-right: 40px;
  width: 100%;
}

input#max_price {
  width: 100px;
}

.prod_description_main .prod_description_row .title {
  padding-right: 10px;
}

.category_list, .sub_category_list {
  position: relative;
}

.sub_category_list {
  position: absolute;
  left: 100%;
  padding: 0px !important;
  right: 0;
  min-width: 250px;
  background: #fff;
  z-index: 9999;
  top: 0px;
  box-shadow: 0px 2px 5px #ddd;
}
.sub_category_list .category_item {
  padding: 5px 15px;
  margin: 0;
}

.category_item {
  margin-bottom: 0;
  padding: 2px 0;
}

.category_list li a {
  line-height: 18px;
}

.category_menu_icon {
  width: 20px;
  margin-right: 10px;
}

.product_spec_table {
  border: 1px solid #e7e6e6;
}
.product_spec_table thead tr th {
  border: 1px solid #e7e6e6;
  color: #999;
  background: #f2f2f2;
  font-weight: 400 !important;
  padding: 10px 15px;
  font-family: var(--robot-500);
}
.product_spec_table tbody tr td {
  padding: 10px 15px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .main_menu_wrapper .main_menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .return_details p img, .return_details div img, .description_main p img, .description_main div img {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .sub_category_list {
    position: relative;
    left: initial;
  }
  .return_details p img, .return_details div img, .description_main p img, .description_main div img {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .return_details p img, .return_details div img, .description_main p img, .description_main div img {
    width: 100%;
    margin: 0 0 20px !important;
  }
}

/*# sourceMappingURL=ann-custom.css.map */
