<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare_page .header_compare {
  box-shadow: 0 1px 2px 0 #e1e1e1;
  display: flex;
}

.compare_page .header_compare .product_selected_compare {
  float: right;
  width: 25%;
  text-align: center;
  border-collapse: collapse;
  box-shadow: 0 -2px 2px 0 #e1e1e1;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.compare_page .header_compare .product_selected_compare.selected_int {
  border-bottom: 3px solid #2d2b67;
}

.compare_page .header_compare .product_selected_compare span.remove_form_compare {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-grid;
  left: 5px;
  top: 6px;
}

.compare_page .header_compare .product_selected_compare .remove_form_compare i {
  vertical-align: middle;
  vertical-align: baseline;
  font-size: 1.1em;
  color: #2d2b67;
  cursor: pointer;
}

.compare_page .product_selected_compare_img {
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.compare_page .product_selected_compare_img img {
  max-height: 185px;
  min-height: 185px;
  max-width: 185px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.compare_page .product_selected_compare_title {
  overflow: hidden;
  height: 45px;
  color: #313131;
  font-size: 1em;
  line-height: 1.6em;
}

.compare_page .product_selected_compare_title h3 {
  text-align: center !important;
}

.compare_page .product_selected_compare_price {
  vertical-align: baseline;
  padding-bottom: 10px;
  font-size: 1.1em;
  color: #2d2b67;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.compare_page .product_selected_compare a {
display: block;
    text-transform: capitalize;
    width: 90%;
    margin: 0 auto;
    background: #ffd200;
    color: #000000;
    padding: 8px 0;
    border-radius: 5px;
    border: 1px solid #dbb400;
    box-shadow: 1px 1px 1px 1px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: inset 110px 60px 0 -80px #ffd203;
    transition: all .2s ease-in-out;
    text-align: center;
}

.compare_page .product_selected_compare a:hover {
  box-shadow: inset 110px 60px 0 -20px #f6a400;
  transition: all .2s ease-in-out;
}

.compare_page .product_selected_compare a.add_new_product_to_compare_list {
  background: #5f5f5f;
  border: 1px solid #4a4a4a;
  color: #fdfdfd;
  position: relative;
  box-shadow: inset 110px 60px 0 -80px rgb(90, 88, 88);
  transition: all .2s ease-in-out;
}

.compare_page .product_selected_compare a.add_new_product_to_compare_list:hover {
  background: #5a5858;
  box-shadow: inset 110px 60px 0 0 #5a5858;
  color: #fff;
  transition: all .2s ease-in-out;
}

.compare_page .product_selected_compare a.add_new_product_to_compare_list i {
  padding: 0 5px;
  font-size: 1.5em;
  position: absolute;
  right: 5px;
  top: 8px;
  vertical-align: middle;
}

.compare_page .add_new_product_to_compare_list_image img {
  border: 3px dashed #b9b9b9;
  padding: 15px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.compare_page .add_new_product_to_compare_list_image img:hover {
  border: 3px dashed #868686;
  transition: all 0.2s ease-in-out;
}

.compare_page .add_new_product_to_compare_list_title h3 {
  color: #8c8c8c;
  cursor: pointer;
  transition: 0.1s;
}

.compare_page .add_new_product_to_compare_list_title h3:hover {
  color: #525151;
  transition: 0.1s;
}

.compare_page .product_selected_compare.selected_int:after {
  content: '';
  position: absolute;
  bottom: -10px;
  border-top: 8px solid #2d2b67;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
}

.wrapper-inside.compare_page {
  padding: 10px;
  overflow: inherit !important;
}

#sticky.stick {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow: 0 8px 3px 0 #e0dfdf;
  width: 1177px;
  max-width: 1200px;
}

.stick .product_selected_compare_img img {
  max-height: 85px;
  min-height: 85px;
  max-width: 85px;
  border-radius: 15px;
  /* display: none; */
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.stick .product_selected_compare_img {
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.stick .product_selected_compare a {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.stick .product_selected_compare {
  padding: 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.stick .product_selected_compare_price {
  /* display: none; */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.compare_page .body_compare {
  overflow: hidden;
  width: 100%;
  color: #383838;
}

.compare_page .body_compare li {
  padding: 5px 0;
  display: flow-root;
}

/*
.compare_page .body_compare li:last-child {
  border-bottom: 1px solid #eaeaea;
} */
.compare_page .body_compare .description_compare_item ul li::before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
}

.compare_page .body_compare .description_compare_item ul li span {
  font-family: iranyekan !important;
}

.compare_page .body_compare .title_compare_row {
  width: 100%;
  padding: 10px 5px;
  background: #eaeaea;
  display: block;
  text-transform: capitalize;
}

.compare_page .body_compare .width_col_compare {
  width: 25%;
  text-align: center;
  border-right: 1px solid #eaeaea;
  padding: 5px;
  vertical-align: baseline;
  display: flex;
  justify-content: center;
  border-collapse: collapse;
  box-sizing: border-box;
  position: relative;
  float: right;
}

.compare_page .body_compare .description_row li:last-child {
  padding-bottom: 25px;
}

.compare_page .body_compare .width_col_compare span.description_compare_item {
  max-height: 125px;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  display: block;
}

.compare_page .body_compare .width_col_compare span.description_compare_item span {
  font-size: 13px !important;
}

.compare_page .body_compare a.description_compare_item_more {
  position: absolute;
  left: 0;
  bottom: -24px;
  color: #ffffff;
  background: #2d2b67;
  padding: 2.5px 10px;
  border-radius: 5px;
}

.compare_page .body_compare a.description_compare_item_more i {
  padding-right: 5px;
}

.compare_page .body_compare .width_col_compare:last-child {
  border-left: 1px solid #eaeaea;
}

#modal-container .search_modal_compare {
  width: 1000px;
  height: 600px;
}

.search_modal_compare .search_modal_compare_header {
  background: #2d2b67;
  padding: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.search_modal_compare .search_modal_compare_header label {
  width: 8%;
  font-size: 1.1em;
  color: #fff;
  background: no-repeat;
  font-weight: initial;
  cursor: context-menu;
}

.search_modal_compare .search_modal_compare_header .input_wrapper {
  position: relative;
  width: 70%;
}

.search_modal_compare .search_modal_compare_header .input_wrapper i {
  position: absolute;
  color: #505050;
  background: #fff;
  font-size: 1.3em;
  font-weight: lighter;
  top: 14px;
  right: 10px;
}

.search_modal_compare .search_modal_compare_header input {
  width: 100%;
  padding: 10px;
  border: none;
  height: 45px;
  clear: unset;
  display: block;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 3px 0px 6px 1px #545454;
  padding-right: 35px;
}

.search_modal_compare .search_modal_compare_header select {
  width: 20%;
  padding: 10px;
  border: none;
  height: 45px;
  text-align-last: center;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 0 8px 1px #545454;
}

.search_modal_compare .search_modal_compare_body {
  overflow: overlay;
  max-height: 505px;
  height: 100%;
  position: relative;
}

.search_modal_compare .search_modal_compare_body ul li {
  width: 20%;
  float: right;
  list-style-type: none;
  margin: 1.5% 2.5%;
  padding: 15px;
  border: 1px solid #e1e1e1e1;
  cursor: pointer;
  box-shadow: 0px 0px 3px 1px #e2e2e2;
  border-radius: 5px;
  transition: 0.3s;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  text-align: center;
}

.search_modal_compare .search_modal_compare_body ul li:hover {
  box-shadow: 0px 0px 4px 1px #b1b1b1;
  transition: 0.3s;
}

.search_modal_compare .search_modal_compare_body ul li img {
  width: 150px;
  height: auto;
}

.search_modal_compare .search_modal_compare_body ul li h5 {
  margin-top: 5px;
  text-align: center;
}

.search_modal_compare .loading_result {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #b3b3b382;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.search_modal_compare .loading_result i {
  position: fixed;
  text-align: center;
  top: 50%;
  color: #2d2b67;
}

.bime_false i {
  color: red;
  font-size: 1.5em;
}

.bime_true i {
  color: green;
  font-size: 1.5em;
}

.check_mark i {
  color: green;
}

.check_mark i.fa.fa-times {
  color: red !important;
}

#modal-containerCompare {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 9999999999999999999999 !important;
}

#modal-containerCompare.button_key {
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#modal-containerCompare.chart_btn {
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#modal-containerCompare.add_category {
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#modal-containerCompare.button_key .modal-background {
  background: rgba(0, 0, 0, 0.5);
}

#modal-containerCompare.button_key .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  width: 75%;
}

#modal-containerCompare.button_key+.content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-containerCompare.button_key.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-containerCompare.button_key.out+.content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-containerCompare .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
}

#modal-containerCompare .modal-background .modal {
  background: white;
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px #0f0f1370;
}

#modal-containerCompare .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

#modal-containerCompare .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1000px) {
  .product_selected_compare a:not(.add_new_product_to_compare_list) i {
    font-size: 2em;
  }

  .add_new_product_to_compare_list i.fa.fa-plus-circle {
    position: inherit !important;
    top: unset !important;
    right: unset !important;
    font-size: 2em !important;
  }

  #modal-container .search_modal_compare {
    width: 100%;
    height: 100%;
  }

  #ajaxCompare #modal-container.button_key .modal-background {
    position: fixed;
    height: 100%;
    width: 100%;
  }

  #ajaxCompare #modal-container .modal-background .modal {
    height: 100%;
  }

  .search_modal_compare .search_modal_compare_header label {
    display: none;
  }

  .compare_page .product_selected_compare a.add_new_product_to_compare_list i {
    position: initial;
  }

  #sticky.stick {
    width: 100%;
    box-shadow: unset;
  }

  .compare_page .product_selected_compare a {
    padding: 0;
    height: 30px;
    line-height: 2.2em;
    margin-bottom: 10px;
  }

  .comparison a {
    width: 100%;
    display: block;
  }

  .compare_page .product_selected_compare_img {
    padding: 0
  }

  .compare_page .product_selected_compare_img img {
    max-height: unset;
    min-height: unset;
    max-width: 100%;
  }

  #modal-containerCompare.button_key .modal-background .modal {
    width: 95%;
  }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 580px) {
  .search_modal_compare .search_modal_compare_body ul li {
    border: unset;
    width: 100%;
    margin: unset;
    margin-bottom: 5px;
    box-shadow: unset;
    min-height: unset;
    max-height: unset;
    border-radius: unset;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
  }

  .search_modal_compare .search_modal_compare_body ul li img {
    width: 75px;
    height: auto;
    float: right;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 3px #e1e1e1;
  }

  .search_modal_compare .search_modal_compare_body ul li h5 {
    margin-top: unset;
    padding-right: 5px;
    font-size: 1.1em;
  }

  #ajaxCompare .close_my_modal {
    background: none;
    box-shadow: unset;
    top: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .product_selected_compare_price {
    height: 80px;
  }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 415px) {}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 375px) {}</pre></body></html>