.compare {
  background-color: #fff;
}

@media (max-width: 767px) {
  .compare {
    margin-bottom: 0;
  }
}

.page_title {
  padding: 20px 15px 10px 15px;
  margin: 0;
  font-size: 24px;
}

.page_title .name {
  font-size: 24px;
}

.compare-product .left-compare,
.compare-product .right-compare {
  display: inline-block;
  float: left;
  line-height: 34px;
}

.compare-product .one-product {
  background: none repeat scroll 0 0 #dadada;
  border: 1px solid #f38c43;
  float: left;
  height: 38px;
  margin-right: 10px;
  width: 38px;
  cursor: pointer;
}

.compare-product .compare-all {
  background: url("../images/icon_compare.gif") no-repeat scroll 0 center;
  cursor: pointer;
  padding-left: 30px;
}

.compare_result {
  margin-top: -1px;
}

.compare_result .compare_table td {
  padding: 8px;
}

.picture_small {
  position: relative;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .picture_small {
    min-height: 171px;
  }
  .picture_small img {
    width: 100%;
  }
  .picture_small .cmp_prd_name a {
    font-size: 13px;
  }
}

.del-product-cmp {
  background: url("../images/del_compare.jpg") no-repeat scroll center center #fff;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 30px;
}

.del-product-cmp i {
  display: none;
}

@media (max-width: 768px) {
  .del-product-cmp {
    background: unset;
    right: -5px;
    top: 2px;
  }
  .del-product-cmp i {
    font-size: 20px;
    display: block;
  }
}

.compare_label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.cmp_prd_name a {
  font-size: 16px;
  text-transform: uppercase;
}

.add-product-cmp span {
  background: url("../images/add_compare.jpg") no-repeat scroll center bottom;
  display: block;
  font-size: 16px;
  height: 120px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .add-product-cmp span {
    font-size: 13px;
  }
}

#add_prd_cmp {
  z-index: 1;
}

#add_prd_cmp .modal-dialog {
  max-width: 460px;
  z-index: 1;
}

@media (max-width: 768px) {
  #add_prd_cmp .modal-dialog {
    margin-top: 30%;
  }
}

#add_prd_cmp img {
  border: 1px solid #eee;
  border-radius: 3px;
}

@media (max-width: 768px) {
  #add_prd_cmp img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

#add_prd_cmp .item {
  float: left;
  padding: 0 10px;
  width: 25%;
}

#add_prd_cmp .name {
  font-size: 12px;
  margin: 0;
  text-align: left;
  color: #333;
}

#add_prd_cmp .name1 {
  text-align: center;
  padding-top: 5px;
}

.abutton {
  cursor: pointer;
  display: block;
  height: 80px;
  text-indent: -99999px;
}

.button_back {
  background: url("../images/back-button-md.png") no-repeat scroll 16px center;
  background-size: 90px;
}

@media (max-width: 768px) {
  td.title {
    width: 25%;
  }
}

@media (max-width: 768px) {
  td.cp_content_2 {
    display: none;
  }
}

.inline_ {
  display: inline-block;
  width: 25%;
}

@media (max-width: 768px) {
  .inline_ {
    border-right: 1px solid #ddd;
  }
  .inline_:last-child {
    border-right: unset;
  }
}

.owl-compare .inline_ {
  display: unset;
  width: unset;
}

.owl-compare .owl-nav [class*="owl-"] {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 25px;
  background: #e5e5e5;
  font-size: 21px;
  text-align: center;
  padding: 3px;
}

.owl-compare .owl-prev {
  left: -5px;
}

.owl-compare .owl-next {
  right: -5px;
}

.name_rlt_prd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}

@media (max-width: 767px) {
  .name_rlt_prd a {
    -webkit-line-clamp: 3;
    height: 60px;
  }
}

.compare_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.width {
  height: 25px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 400px) {
  .width {
    height: 50px;
    margin-bottom: 0;
  }
}

.media-heading {
  font-size: 15px;
}

.media-heading a {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .media-heading a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .media-heading {
    font-size: 14px;
  }
}

.cl,
.notinsale {
  font-size: 14px;
}

.img_compare {
  float: unset !important;
}

.media-heading a:hover {
  color: #333;
}

.inner .price span {
  display: block;
  font-size: 14px;
  color: #1e8e04;
  font-weight: bold;
}

.plus {
  padding-top: 10px;
  display: block;
  color: #288ad6;
}

@media (max-width: 768px) {
  .plus {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .plus {
    padding-right: 5px;
    padding-top: 5px;
  }
}

.plus:hover {
  color: #288ad6;
}

.cp-typing-input {
  width: 60%;
  padding-left: 10px;
}

.scroll_prd {
  overflow-y: scroll;
  max-height: 100px;
  border: 1px solid #ccc;
}

.detail_list_cp:hover {
  background-color: #9e9e9e40;
}

.plus_ {
  padding: 5px 10px !important;
}
/*# sourceMappingURL=compare.css.map */