/* RESET */
/* * { margin: 0px; padding: 0px; }  */
/**html, body { font-family: Arial; font-size: 12px; color: #8c806e; }**/
/**input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }**/
/**body { background: #fff; }**/

html,
body,
input,
select,
textarea {
  font-size: 12px;
}
body {
  background: url("/asset/img/bg1.jpg") repeat scroll 0 0 #f8f8f8;
}
img {
  border: 0px;
  display: inline-block;
  max-width: 100%;
}
a,
input {
  outline: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
a {
  color: #0033bb;
}

/* ==== GLOBAL ==== */
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.bg {
  background-image: url("../img/cbd-sprite.png");
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}
.hr-fade {
  height: 1px;
  background: #ccc;
  background: -moz-linear-gradient(
    left,
    #fff 0%,
    #ccc 15%,
    #ccc 85%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #fff),
    color-stop(15%, #ccc),
    color-stop(85%, #ccc),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    #ccc 15%,
    #ccc 85%,
    #fff 100%
  );
  background: -o-linear-gradient(left, #fff 0%, #ccc 15%, #ccc 85%, #fff 100%);
  background: -ms-linear-gradient(left, #fff 0%, #ccc 15%, #ccc 85%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #ccc 15%, #ccc 85%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}
.btn-default {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e6e6e6)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}
.btn-xs {
  padding: 1px 8px;
}
.btn-cbd {
  border-color: #ff7b1e;
  color: #fff;
  text-shadow: 1px 1px 0px #ff3b10;
  -moz-box-shadow: inset 0px 1px 0px 0px #ff9502;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ff9502;
  box-shadow: inset 0px 1px 0px 0px #ff9502;
  background: none;
  background-color: #ff7300;
  background-image: -moz-linear-gradient(top, #ff9502 5%, #ff6600 100%);
  background-image: -webkit-linear-gradient(top, #ff9502 5%, #ff6600 100%);
  background-image: -o-linear-gradient(top, #ff9502 5%, #ff6600 100%);
  background-image: -ms-linear-gradient(top, #ff9502 5%, #ff6600 100%);
  background-image: linear-gradient(top, #ff9502 5%, #ff6600 100%);
  background-repeat: repeat-x;
}
.btn-cbd:hover,
.btn-cbd:focus,
.btn-cbd:active,
.btn-cbd.active,
.open .dropdown-toggle.btn-cbd {
  background-color: #ff6600;
  background-position: 0 -10px;
  border-color: #ff7b1e;
  color: #fff;
  text-shadow: 1px 1px 0px #ff3b10;
  -moz-box-shadow: inset 0px 1px 0px 0px #ff9502;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ff9502;
  box-shadow: inset 0px 1px 0px 0px #ff9502;
}
.prev_btn {
  background: url(../img/cbd-sprite.png) no-repeat 0px 0px;
  background-position: -30px -37px;
  width: 12px;
  height: 21px;
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
}

.prev_btn:hover {
  background-position: -96px -37px;
}
.next_btn {
  background: url(../img/cbd-sprite.png) no-repeat 0px 0px;
  background-position: -80px -37px;
  width: 12px;
  height: 21px;
  display: block;
  position: absolute;
  top: 45px;
  right: 0px;
}
.next_btn:hover {
  background-position: -112px -37px;
}
.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb > li + li:before {
  padding: 0 3px;
}
.breadcrumb {
  font-size: 80%;
}
.breadcrumb .back-to-search {
  color: #ccc;
  padding-right: 10px;
}

.new_icon {
  display: inline-block;
  font-size: 100%;
  color: #fff;
  background-color: #505050;
  padding: 3px 5px;
  font-weight: normal;
}

.panel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.grey {
  color: #999 !important;
}
.green {
  color: #0fb000 !important;
}
.blue {
  color: #0033bb !important;
}
.orange {
  color: #ff7100 !important;
}
.blue2 {
  color: #02a6cb !important;
}
.red {
  color: #b80000 !important;
}
.black {
  color: #333 !important;
}

/* ==== modal ==== */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.modal-footer {
  padding: 10px 20px;
}
.modal-dialog {
  width: 630px;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 95%;
  }
}
/* ==== carousel ==== */
.carousel-control.left,
.carousel-control.right {
  background: none;
  width: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-indicators {
  left: 10%;
}
.carousel-indicators li {
  border-radius: 11px;
  height: 11px;
  width: 11px;
  border: 1px solid transparent;
  background-color: #ddd;
}
.carousel-indicators .active {
  background-color: #333;
  height: 12px;
  width: 12px;
}

/* ==== HEADER ==== */
header {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 30px;
}
header .container {
  position: relative;
  padding-bottom: 8px;
}
header .logo {
  position: absolute;
  top: 26px;
  z-index: 99;
}
header .logo a {
  display: block;
  width: 146px;
  height: 48px;
  text-indent: -9999px;
  background-position: 0 -286px;
}
header ul {
  margin: 0px;
}
header .top-link-box {
  padding: 3px 0;
  width: 100%;
  text-align: right;
  display: block;
}
header .top-link-box li {
  text-align: right;
}
header .top-link-box div.sep {
  display: inline-block;
  margin: 0px 12px;
  width: 0;
  height: 17px;
  border-left: 1px solid #fff;
  vertical-align: middle;
  border-right: 1px solid #333;
}
header .top-link-box .btn.help span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-position: -46px -1px;
}
header .top-link-box .btn-default .caret {
  margin: -4px -8px;
  margin-top: -6px;
  position: relative;
  margin-left: 4px;
  border: 0px;
  width: 30px;
  height: 20px;
  background-position: -381px -100px;
  background-color: #e8e8e8;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #cccccc;
}
header .top-link-box .open .btn-default .caret {
  background-position: -381px -121px;
}
header .top-link-box .help {
  color: #333;
}
header .top-link-box .help span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-position: -46px -1px;
}
header .top-link-box .caret {
  margin: -6px -8px -4px 0;
  position: relative;
  border: 0px;
  width: 30px;
  height: 20px;
  background-position: -381px -100px;
}
header .top-link-box .open .caret {
  background-position: -381px -121px;
}
header .category-box {
  padding: 0px 0px 0px 0px;
  width: 914px;
  float: right;
  display: block;
  position: relative;
}
header .category-box .link-over {
  float: left;
  width: 129px;
  margin-right: -4px;
  position: relative;
  z-index: 1000;
}
header .category-box a.link {
  padding: 6px 0 0px 14px;
  font-size: 14px;
  line-height: 15px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  height: 50px;
  background-position: -251px -397px;
}
header .category-box a.link span {
  font-weight: normal;
  font-size: 12px;
}
header .category-box a.link b.white {
  background-position: -13px 0;
  display: block;
  height: 10px;
  left: 82px;
  position: absolute;
  top: 20px;
  width: 13px;
  display: none;
}
header .category-box a.link:hover,
.category-box .link-over:hover a.link {
  text-decoration: none;
  color: #fff;
  background-color: #505050;
  border-radius: 4px 0 0 0;
}
header .category-box a.link:hover,
.category-box .link-over:hover a.link b.white {
  display: block;
}
header .category-box .link-over:hover .categories-list {
  display: block;
}
/* header .category-box form { float: left; } */
header .category-box fieldset {
  border: 0px;
}
header .category-box input.field {
  background-color: #ffffff;
  border-color: #505050;
  border-radius: 5px 0 0 5px;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 5px 0 5px 2px #f7f7f7 inset;
  float: left;
  font-size: 125%;
  height: 45px;
  padding: 10px 15px;
  width: 410px;
  position: relative;
}
header .ie7 .category-box input.field {
  height: 23px;
  width: 345px;
}
header .category-box input.btn {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  width: 56px;
  height: 45px;
  background-color: #505050;
  background-position: -361px -399px;
  border-radius: 0 4px 4px 0;
}
header .category-box .btn-cbd {
  margin-left: 28px;
  width: 120px;
  height: 45px;
  font-size: 160%;
  font-weight: bold;
  position: relative;
}
header .category-box .btn-cbd i {
  background: url("../img/cbd-sprite.png") no-repeat scroll -249px -438px
    transparent;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 117px;
}
header .all-cat {
  width: 175px;
  float: left;
  background-color: #ffffff;
  border-color: #505050;
  border-style: solid none solid none;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 0 5px 2px #f7f7f7 inset;
  font-size: 120%;
  height: 45px;
  padding: 10px 15px;
  position: relative;
}
header .ie7 .all-cat {
  height: 23px;
}

header .all-cat .cat-link {
  display: block;
  line-height: 24px;
  color: #333333;
  margin-left: -15px;
  padding-left: 19px;
  border-left: 1px solid #cccccc;
  height: 24px;
  overflow: hidden;
}
header .all-cat .cat-link i {
  font-style: normal;
}
header .all-cat a.cat-link span.cat-caret {
  background-position: -389px -108px;
  display: inline-block;
  height: 7px;
  width: 12px;
  margin-left: 40px;
}
header .all-cat .cat-link:hover,
.all-cat .cat-link:active,
.all-cat .cat-link:focus,
.all-cat .cat-link.active {
  text-decoration: none;
  color: #535353;
}
header .all-cat .cat-link.active span.cat-caret {
  background-position: -389px -128px;
}
header .cat-drop {
  background: #fff;
  width: 100%;
  display: none;
  border: 1px solid #dedede;
  border-top: 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 4px 3px #d3d5d7;
  padding: 15px 0;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: 1000;
}
header .cat-drop li {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 0 16px;
}
header .cat-drop li:hover {
  color: #ff9900;
}
header .cat-drop li a {
  color: #535353;
}
header .cat-drop li a:hover {
  text-decoration: none;
}
header .hidden-list {
  display: none;
}
header .row-line {
  margin: 10px 0;
  height: 1px;
  background: #d4d4d4;
  position: relative;
  background: gradient(
    linear,
    0 0,
    100% 0,
    from(white),
    to(white),
    color-stop(50%, grey)
  );
}
header .categories-list {
  width: 710px;
  display: none;
  position: absolute;
  left: 0px;
  top: 45px;
}
header .categories-list h4 {
  margin-top: 0px;
  font-size: 18px;
  color: #ff9900;
}
header .categories-list h4 a {
  color: #ff9900;
}
header .categories-list ul {
  background: #fff;
  margin: 0px;
  float: left;
  width: 180px;
  height: 280px;
  font-size: 12px;
  padding: 15px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
  border: 1px solid #dedede;
  border-top: 3px solid #505050;
}
header .categories-list ul li {
  list-style: none;
  margin-bottom: 4px;
}
header .categories-list ul li.last {
  border-top: 1px solid #eeeeee;
  margin-top: 6px;
  padding-top: 10px;
}
header .categories-list ul li a {
  color: #505050;
  display: block;
}
header .categories-list ul li:hover,
header .categories-list ul li a:hover,
header .categories-list ul li.current a {
  margin-right: -12px;
  text-decoration: none;
  padding-right: 12px;
  color: #ff9900;
}
header .categories-list ul li a span {
  font-weight: bold;
}
header .cat-details {
  width: 530px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
header .ie7 .cat-details {
  width: 500px;
}
header .categories-list .detail {
  background: #fff;
  height: 280px;
  position: relative;
  padding: 15px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #505050;
}
header .categories-list .detail img {
  position: absolute;
  right: -53px;
  bottom: 10px;
}
header .categories-list .detail ul {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none;
  float: none;
  width: auto;
}
header .categories-list .detail ul {
  max-height: 230px;
  column-count: 2;
  column-gap: 5px;
  column-fill: balance;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
}
header .categories-list .detail ul li a {
  background: none !important;
  display: inline;
}
header .categories-list .detail ul ul {
  margin: 0 5px 5px 20px;
  column-fill: balance;
}
header li.logout {
  background-color: #d9534f;
}
header li.logout a {
  color: #fff;
}

/* ==== MOBILE MENU ==== */
.opennav {
  font-size: 30px;
  cursor: pointer;
  float: right;
  color: #ff6600;
  margin-right: 10px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;

  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f90;
}

.sidenav .navbtn {
  font-size: 30px;
  margin-right: 20px;
  text-align: right;
}

.sidenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul {
  position: absolute;
  top: 0;
  width: 100%;
}
nav .opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
nav .closed {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/* ==== MOBILE MENU ends ==== */

/* ==== FOOTER ==== */
footer {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-top: 30px;
}
footer {
  background: #f1f5fc;
  background: -moz-linear-gradient(top, #f1f5fc 0%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f1f5fc),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f1f5fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f1f5fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f1f5fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f1f5fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5fc', endColorstr='#ffffff',GradientType=0 );
}
footer div.hr-fade {
  margin-bottom: 20px;
}
footer .left {
  padding: 0px 0px 0px 15px;
  float: left;
  width: 380px;
}
footer .copyright {
  text-align: center;
  margin-top: 10px;
  color: #998383;
  font-size: 11px;
}
footer .copyright a {
  color: #0033bb;
}
footer .footer-box {
  padding: 0px;
  overflow: hidden;
  float: left;
  width: 500px;
}
footer .footer-box .logo {
  margin: 16px 0 0 0px;
  display: block;
  float: left;
  background-position: 0 -176px;
  background-size: 248px auto;
  width: 90px;
  height: 30px;
}
footer .footer-box .left {
  padding: 0 0 0 8px;
  float: left;
  overflow: hidden;
}
footer .footer-box .f-line {
  background-position: -388px -147px;
  float: left;
  height: 55px;
  margin: 4px 4px 0 10px;
  overflow: hidden;
  width: 8px;
}
footer .list-box {
  padding: 0px 0px 20px 0px;
  overflow: hidden;
}
footer .list-box ul {
  list-style: none;
  float: right;
  padding: 0;
}
footer .list-box li {
  padding: 0 30px 0 0;
  float: left;
}
footer .list-box li:last-child {
  padding: 0;
}
footer .list-box li a {
  text-decoration: none;
  color: #303030;
}
footer .list-box li a:hover {
  text-decoration: underline;
}
footer .card-box {
  display: block;
  overflow: hidden;
}
footer .card-box ul {
  list-style: none;
  float: right;
  padding: 0;
}
footer .card-box li {
  display: block;
  float: left;
  font-size: 90%;
  line-height: 22px;
}
footer .card-box li.grey {
  padding-right: 10px;
}
footer .card-box li a {
  display: block;
}
footer .card-box .card-icon {
  min-height: 25px;
  min-width: 230px;
  background-image: url("../img/cbd-sprite.png");
  background-position: -27px -59px;
}
footer .fb {
  color: #2d4a96;
  font-size: 150%;
  font-weight: bold;
  padding-top: 10px;
}
footer .fb-logo {
  background-color: #2d4a96;
  border-radius: 4px;
  padding-left: 11px;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 150%;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
footer #footer_fb_count {
  color: #333;
}

/* ==== meda query for HEADR FOOTER ==== */
@media (max-width: 1199px) {
  header .category-box {
    width: 740px;
  }
  header .category-box input.field {
    width: 235px;
  }
  header .cat-details {
    width: 411px;
  }
  footer .list-box {
    display: inline-block;
    padding: 10px 0 0 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
  }
  footer .card-box {
    display: inline-block;
    padding: 10px 0 0 0;
  }
}

@media (max-width: 991px) {
  header {
    margin-bottom: 10px;
  }
  header .category-box {
    width: 565px;
  }
  header .cat-details {
    width: 384px;
  }
}

@media (max-width: 767px) {
  header .logo {
    position: static;
    margin-top: 5px;
  }
  header .logo a {
    display: inline-block;
  }
  header .category-box {
    width: 100%;
  }
  header .category-box .btn-cbd {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
  header .category-box input.field {
    width: 80%;
  }
  header .category-box input.btn {
    width: 20%;
  }
  header .category-box .btn-cbd i {
    display: none;
  }
  footer .list-box li {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 399px) {
}
/* ==== HEADR FOOTER ends ==== */

/* ==== HOMEPAGE ==== */
body#hmp {
  background: url(/asset/img/bg1.jpg) repeat scroll 0 0 #f8f8f8;
}
/* BANNER and category menu */
#hmp header {
  background: #fff;
}
#hmp .home-categories-list {
  position: relative;
  background: #fff;
}
#hmp .home-categories-list .inner ul {
  border: 1px solid #dedede;
}
#hmp .home-categories-list ul {
  background: rgba(256, 256, 256, 0.9);
  height: 222px;
  margin: 0px;
  font-size: 12px;
  padding: 15px;
  position: relative;
  z-index: 900;
  border-top: 0px solid #505050;
  border-right: 1px solid #dedede;
}
#hmp .home-categories-list ul li {
  list-style: none;
  margin-bottom: 4px;
}
#hmp .home-categories-list ul li.last {
  border-top: 1px solid #eeeeee;
  margin-top: 6px;
  padding-top: 10px;
}
#hmp .home-categories-list ul li a {
  color: #505050;
  display: block;
}
#hmp .home-categories-list ul li:hover,
#hmp .home-categories-list ul li a:hover,
#hmp .home-categories-list ul li.current a {
  cursor: pointer;
  margin-right: -12px;
  text-decoration: none;
  padding-right: 12px;
  color: #ff9900;
}
#hmp .home-categories-list ul.inner li a:hover,
.home-categories-list ul.inner li.current a {
  background-image: url(/asset/img/choose-category-sprite.gif);
  background-repeat: no-repeat;
  background-position: 100% -46px;
}
#hmp .home-categories-list ul li a span {
  font-weight: bold;
}
#hmp .home-categories-list h4 {
  margin-top: 0px;
  font-size: 18px;
  color: #ff9900;
  display: none;
}
#hmp .home-categories-list h4 a {
  color: #ff9900;
}
#hmp .home-categories-list .cat-details {
  width: 300px;
  float: left;
  position: absolute;
  top: 0;
  left: 100%;
}
#hmp .home-categories-list .detail ul {
  column-fill: auto;
  column-count: 2;
  column-gap: 5px;
  -moz-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-fill: auto;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
}
#hmp .panes {
  display: none;
}
/* carousel */
#hmp #banner img {
  height: 222px;
}
#hmp #banner .slick-prev {
  left: -30px;
}
/* PRODUCTS */
#hmp .panel.stick {
  margin-top: -15px;
}
#hmp .products .item p {
  padding: 7px;
}
#hmp .products .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 14px;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#hmp .products .price {
  font-weight: bold;
  color: #ff7100;
}
#hmp .products .item {
  text-align: center;
  padding: 15px;
}
#hmp .discount {
  text-align: center;
  font-size: 120%;
}
#hmp .discount strong {
  color: white;
  background-color: green;
  padding: 3px 10px;
  font-weight: normal;
}
#hmp h2 {
  padding: 0px 0px 14px 0px;
  margin: 0px;
  font-size: 18px;
  color: #03a6d4;
  border-bottom: 1px solid #eee;
}
#hmp h2 span {
  color: #303030;
}
#homepage-item-loader {
  margin-top: 100px;
}
#hmp h1 {
  font-size: 18px;
  color: #8f8f8f;
}
#hmp .description p {
  font-size: 11px;
  color: #8f8f8f;
}

/* ==== meda query for HOMEPAGE ==== */
@media (max-width: 1199px) {
  #hmp #banner img {
    height: 222px;
  }
  #hmp #banner .slick-next {
    right: -22px;
  }
}
@media (max-width: 991px) {
  #hmp #banner img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  #hmp .products {
    padding: 0;
  }
  #hmp .container-fluid {
    padding: 0;
  }
  #hmp .products .panel-body {
    padding: 5px;
  }
  #hmp .products .item {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
  }
  #hmp .panel.stick {
    margin-top: -20px;
  }
  #hmp #banner img {
    height: auto;
  }
  #hmp #banner .slick-next {
    right: -30px;
  }
}
@media (max-width: 399px) {
}
/* ==== HOMEPAGE ends ==== */

/* ==== SEARCH PAGE ==== */
/* icons */
.i-buy-it-now {
  background-position: -2px -18px;
  display: inline-block;
  height: 15px;
  text-indent: 9999px;
  width: 54px;
  vertical-align: middle;
}
#srp h1 {
  font-size: 120%;
  font-weight: bold;
  margin: 5px;
}
#srp .i-top {
  background-color: #f8f8f8;
  color: #fc0;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  margin-right: 8px;
  font-size: 80%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  transition: all 0.6s ease 0;
}
#srp .i-urgent {
  background-color: #f8f8f8;
  color: #c30;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  margin-right: 8px;
  font-size: 80%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  transition: all 0.6s ease 0;
}
#srp .sh:hover .i-top,
.sh:hover .i-urgent {
  transform: scale(1.4);
}
#srp .featured {
  background-position: -171px -398px;
  display: block;
  height: 68px;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 70px;
  z-index: 999;
}
#srp .filter-list {
  margin-left: 0;
  list-style: none;
  padding: 0;
}
#srp .filter-list li a:hover {
  border-bottom: 1px dotted #065b99;
  text-decoration: none;
}
#srp .filter-list li {
  padding-top: 5px;
}
#srp .filter-list li em {
  font-style: normal;
  color: #aaa;
}
#srp .filter-list li em a.refine_x {
  color: maroon;
}
#srp .hr-dashed {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
#srp .search-content {
  background-color: #fff;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#srp .col-md-8 .col-md-6 {
  text-align: right;
}
#srp .list-view {
  background-position: -1px -104px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
  margin-left: 3px;
  margin-top: 4px;
}
#srp .list-view-active {
  background-position: -1px -104px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
  margin-left: 3px;
  margin-top: 4px;
}
#srp .comp-view {
  background-position: -19px -88px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
  margin-left: 3px;
  margin-top: 4px;
}
#srp .comp-view-active {
  background-position: -19px -104px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
  margin-left: 3px;
  margin-top: 4px;
}
#srp .result-summary {
  margin: 10px 0 5px;
  padding-bottom: 5px;
}
#srp .sh {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 10px;
  z-index: 3;
  text-align: left;
}
#srp .sh .img {
  margin-left: 12px;
  float: left;
  height: 133px;
  width: 174px;
  float: left;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
}
#srp .compress .sh .img {
  float: left;
  height: 60px;
  width: 60px;
  padding: 20px;
  background-image: url("/asset/img/hide_img.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
#srp .sh .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#srp .compress .sh .img img {
  display: none;
}
#srp .sh .img:hover {
  border: 1px solid #ddd;
}
#srp .sh .img:before {
  position: absolute;
  bottom: 16px;
  z-index: -1;
  width: 60%;
  height: 10%;
  content: "";
  -webkit-box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
}
#srp .sh .img:before {
  right: auto;
  left: 2px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#srp .sh .col-md-9 {
  padding-bottom: 15px;
  float: right;
}
#srp .compress .sh .col-md-11 {
  float: right;
}
#srp .sh .lt {
  float: left;
  width: 60%;
  text-align: left;
  min-height: 133px;
}
#srp .compress .sh .lt {
  height: auto;
}
/* item title */
#srp .sh .lt h3 {
  font-size: 120%;
  font-weight: bold;
  color: #0033bb;
  margin: 0;
  display: block;
  min-height: 44px;
}
#srp .sh .lt h3 .new_icon {
  display: inline-block;
  font-size: 100%;
  color: #fff;
  color: #000;
  background-color: #f8f8f8;
  padding: 3px 8px;
  font-weight: normal;
}
#srp .compress .sh .lt h3 {
  min-height: 0;
}
/* item attributes */
#srp .sh .lt ul {
  column-count: 2;
  list-style-type: none;
  padding-inline-start: 15px;
  font-size: 90%;
  display: block;
  min-height: 68px;
}
#srp .sh .lt ul li::before {
  content: "\2022";
  color: #eee;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#srp .sh .lt ul li {
  color: #aaa;
}
/* icon set */
#srp .sh .lt i {
  display: block;
  min-height: 25px;
}
/* user image */
#srp .sh .lt i img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
/*location and date*/
#srp .sh .lt u {
  color: #aaa;
  font-size: 90%;
  text-decoration: none;
}
#srp .compress .sh .lt q {
  margin-top: 0;
}
#srp .sh .rt {
  float: right;
  text-align: right;
  width: 30%;
  display: block;
  height: 133px;
  position: relative;
}
#srp .compress .sh .rt {
  height: 50px;
}
/* strike price */
#srp .sh .rt s {
  color: #aaa;
}
#srp .compress .sh .rt s {
  display: inline;
}
#srp .sh .rt strong {
  color: white;
  background-color: green;
  padding: 3px 10px;
  font-weight: normal;
}
/* price */
#srp .sh .rt b {
  color: #aaa;
}
#srp .sh .rt b b {
  color: #333;
  font-size: 170%;
  font-weight: bold;
}
#srp .compress .sh .rt b b {
  display: inline;
  font-size: 120%;
}
/* cod */
#srp .sh .rt i {
  color: #aaa;
  display: inline-block;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  font-size: 90%;
}
#srp .sh .rt i span.i-cod {
  background-position: -386px -40px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-block;
}
#srp .compress .sh .rt i span.i-cod {
  display: inline-block;
  margin-left: 10px;
  text-indent: -9999px;
}
/* save */
#srp .sh .rt span.save_ad {
  color: #aaa;
  background-position: -386px -21px;
  display: inline-block;
  height: 14px;
  margin-left: 3px;
  padding-left: 18px;
  vertical-align: middle;
  width: 48px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 90%;
}
#srp .compress .sh .rt span.save_ad {
  display: inline-block;
}
#srp .sh .rt span.save_ad_active {
  background-position: -386px -3px;
  color: #ff8b00;
}
/* deal item */
#srp .deal .rt b b {
  color: #ff7100;
}
#srp .compress .sh .rt .sh .rt b {
  float: left;
}
#srp .compress .sh .rt .free-cod-list {
  float: right;
  font-size: 0;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
#srp .sh .rt .free-cod-list .free-cod {
  padding: 0;
  margin: 0;
}
#srp .sh .rt .sv {
  float: right;
  color: #8f8f8f;
  margin-top: 20px;
}
#srp .sh .rt .sv-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: auto;
  width: auto;
  float: right;
}
#srp .sh .rt .sv .da {
  float: right;
  display: block;
  height: 16px;
  width: 16px;
  background-position: -210px 0;
  margin-left: 3px;
}
#srp .sh .rt .saved-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: auto;
  width: auto;
  float: right;
}
#srp .sh .rt .saved .sa {
  float: right;
  display: block;
  height: 16px;
  width: 16px;
  background-position: -195px 0;
  margin-left: 3px;
}
#srp .compress .featured {
  display: none;
}
#srp .search-dashed {
  border-top: 1px dashed #ccc;
  float: right;
  padding-bottom: 15px;
}
#srp .left-icon {
  float: left;
  width: 100%;
  margin-top: 30px;
  height: auto;
}
#srp .price-range input {
  width: 48px;
  height: 22px;
  padding: 2px;
  font-size: 90%;
}
#srp .price-range button {
  height: 22px;
  padding: 0 8px;
  font-size: 90%;
  margin-top: -2px;
}
#srp .price-range label {
  font-weight: normal;
}
#srp .search-title {
  font-weight: bold;
}
#srp .pagn {
  float: left;
  padding-top: 8px;
  height: 57px;
  width: 100%;
  display: block;
  margin-top: 15px;
}
#srp .pagn .hr-fade {
  margin: 3px 0 8px 0;
}
#srp .pagination {
  margin: 5px 0;
}
#srp .pagination > li > a,
#srp .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 8px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#srp .pagination > li > a.current,
#srp .pagination > li > span.current {
  background-color: #ddd;
  border: 1px solid #ddd;
}
#srp .pagination > li:first-child > a,
#srp .pagination > li:first-child > span {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: 5px;
  border: 0;
  height: 13px;
  width: 5px;
  background-image: url("/asset/img/cbd-sprite.png");
  background-position: -27px 0;
  text-indent: -9999px;
  overflow: hidden;
}
#srp .pagination > li:last-child > a,
#srp .pagination > li:last-child > span {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 5px;
  border: 0;
  height: 13px;
  width: 9px;
  background-image: url("/asset/img/cbd-sprite.png");
  background-position: -36px 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}
#srp .post-your-add {
  float: right;
  height: 74px;
  width: 315px;
  text-align: right;
  margin-top: 20px;
  position: relative;
}
#srp .post-your-add div {
  background-position: 0 -398px;
  height: 60px;
  width: 167px;
  position: absolute;
  top: 0;
  left: 0;
}
#srp .post-your-add span {
  background-position: -263px -343px;
  display: block;
  height: 35px;
  left: 72px;
  position: absolute;
  top: 39px;
  width: 63px;
}
#srp .post-your-add a.btn-cbd {
  position: absolute;
  bottom: 0;
  right: 0;
}
#srp .banner-ads {
  color: #aaa;
}
/* ==== meda query for SEARCH PAGE ==== */
@media (max-width: 1199px) {
  #srp .sh .col-md-9 {
    width: 428px;
  }
  #srp .price-range input {
    width: 38px;
  }
}
@media (max-width: 991px) {
  #srp .sh .col-md-9 {
    width: 530px;
  }
  #srp .view-style {
    display: none;
  }
  #srp .col-md-8 .col-md-6 label {
    display: none;
  }
  #srp .search-dashed {
    width: 72%;
  }
  #srp .banner-ads {
    display: none;
  }
}
@media (max-width: 767px) {
  #srp .sh .col-md-9 {
    width: 100%;
  }
  #srp .sh .img {
    margin: 0;
    float: none;
    width: 100%;
  }
  #srp .sh .lt {
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
  #srp .sh .lt h3 {
    min-height: 0;
  }
  #srp .sh .lt ul {
    min-height: 0;
    column-count: 1;
    padding-top: 10px;
  }
  #srp .sh .lt i {
    display: none;
  }
  #srp .sh .lt u {
    display: none;
  }
  #srp .sh .rt {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    text-align: left;
  }
  #srp .sh .rt i {
    display: block;
  }
  #srp .price-range label {
    display: none;
  }
  #srp .price-range input {
    width: 100%;
  }
  #srp .price-range button {
    width: 100%;
  }
  #srp .search-dashed {
    width: 100%;
  }
  #srp .search-content {
    margin-bottom: 20px;
  }
  #srp .pagn p {
    display: none;
  }
  #srp .sh .img {
    border: 0 none;
  }
  #srp .sh .img::before {
    box-shadow: none;
  }
}
@media (max-width: 399px) {
}
/* ==== SEARCH PAGE ends ==== */

/* ==== ITEM DETAIL PAGE ==== */
#idp .item-image {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 415px;
}
#idp .item-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 415px;
  max-width: 553px;
  width: auto;
}
#idp .item-thumb ul {
  margin-top: 10px;
  padding: 0;
}
#idp .item-thumb img {
  max-width: 100%;
  max-height: 100%;
}
#idp .item-thumb li {
  padding: 1px;
  height: 100%;
  width: 19%;
  margin-right: 1%;
  display: inline-block;
  list-style: none;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  text-indent: 0;
  border-radius: 0;
}
#idp .item-thumb li:last-child {
  margin-right: 0;
}
#idp .item-thumb li:hover {
  border: 1px solid #7abcf0;
}
#idp .item-thumb li:hover:after,
#idp .item-thumb .active:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 42px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
}
#idp .item-thumb li:hover:before,
#idp .item-thumb .active:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 42px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #7abcf0 transparent;
  display: block;
  width: 0;
  z-index: 0;
}
#idp .item-thumb .active {
  border: 1px solid #7abcf0 !important;
}
#idp .left-btn {
  background-position: -53px -127px;
  display: block;
  height: 46px;
  left: 5px;
  position: absolute;
  top: 40%;
  width: 46px;
}
#idp .right-btn {
  background-position: -98px -127px;
  display: block;
  height: 46px;
  right: 5px;
  position: absolute;
  top: 40%;
  width: 46px;
}
#idp .carousel-indicators {
  position: static;
  margin: 0;
  padding: 0;
  width: 100%;
}
#idp .carousel-indicators .active {
  background-color: #fff;
}
#idp .carousel-control.left,
.carousel-control.right {
  width: 100px;
  max-height: 83%;
}
#idp .carousel-control {
  opacity: 0.3;
}
#idp .featured-product img {
  width: 160px;
  height: 120px;
}
#idp .details-header {
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
#idp .social-bar {
  padding: 0;
  margin: 10px 0;
}
#idp .social-bar li {
  list-style: none;
  display: inline-block;
  padding-right: 3px;
}
#idp .i-views {
  background-position: -384px -61px;
  height: 17px;
  padding-left: 22px;
  width: 65px;
}
#idp span.save_ad {
  background-position: -386px -21px;
  height: 14px;
  padding-left: 18px;
  width: 48px;
  cursor: pointer;
}
#idp span.save_ad_active {
  background-position: -386px -3px;
  color: #ff8b00;
}
#idp .report {
  background-position: -384px -80px;
  height: 17px;
  padding-left: 22px;
  width: 65px;
}
#idp .contact-warp {
  background-color: #fff;
  border: 1px solid #ddd;
}
#idp .discount {
  text-align: center;
  font-size: 120%;
}
#idp .discount strong {
  color: white;
  background-color: green;
  padding: 3px 10px;
  font-weight: normal;
}
#idp .item-price {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
}
#idp .social-warp {
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}
#idp .container .contact-warp .btn-cbd {
  width: 100%;
  margin-top: 20px;
  font-size: 160%;
  font-weight: bold;
  position: relative;
}
#idp .container .contact-warp .btn-cbd i {
  background: url("/asset/img/cbd-sprite.png") no-repeat scroll -249px -438px
    transparent;
  display: block;
  height: 10px;
  left: 58px;
  position: absolute;
  top: 38px;
  width: 117px;
}
#idp .email-seller {
  width: 80%;
  max-width: 190px;
  margin-top: 10px;
  font-size: 140%;
  position: relative;
}
#idp .email-seller span {
  background: url("/asset/img/cbd-sprite.png") no-repeat scroll -154px -38px
    rgba(0, 0, 0, 0);
  display: inline-block;
  height: 18px;
  margin: -3px 4px;
  width: 23px;
}
#idp .email-seller i {
  background: url("/asset/img/cbd-sprite.png") no-repeat scroll -249px -438px
    transparent;
  display: block;
  height: 10px;
  left: 26px;
  position: absolute;
  top: 32px;
  width: 117px;
}
#idp .main-cod {
  float: left;
  height: 52px;
  width: 100%;
  margin-top: 30px;
}
#idp .free-cod {
  float: left;
  height: 52px;
  width: 52px;
  background-position: 0 -126px;
  margin-right: 10px;
}
#idp .main-cod h4 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #6bad50;
}
#idp .main-cod span {
  font-size: 12px;
}
#idp .user-panel {
  padding-left: 10px;
  height: 112px;
}
#idp .user-panel .userimages {
  float: left;
  display: block;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#idp .user-panel .userdetail {
  display: block;
  float: left;
  margin-left: 7px;
}
#idp .rating {
  width: 100%;
  padding-left: 60px;
  background-image: url("../images/rating-img.png");
  background-repeat: no-repeat;
}
#idp .rating a {
  color: #2965be;
  border-bottom: 1px dotted #000;
}
#idp .rating a:hover {
  text-decoration: none;
}
#idp .varified {
  float: right;
  display: block;
  height: 20px;
  width: 76px;
  background-position: -260px -60px;
}
#idp .contact-main {
  border-left: 1px dotted #dddddd;
  text-align: center;
}
#idp .contact-warper {
  display: block;
  height: auto;
  width: 160px;
  margin: 0 auto;
}
#idp .phone {
  float: left;
  height: 20px;
  width: 16px;
  margin: 14px 2px 8px 0;
  background-position: -136px -38px;
}
#idp .hidden-phone {
  width: auto;
  font-size: 150%;
  font-weight: bold;
}
#idp .show-phone-number a {
  color: #2f6bc4;
  border-bottom: 1px dotted #2f6bc4;
}
#idp .hrc {
  margin: 10px;
  border-style: dotted none none;
}
#idp .skype {
  float: left;
  margin-right: 10px;
  display: block;
  height: 25px;
  width: 25px;
  background-position: 0 -60px;
}
#idp .contact-warp .col-md-6 {
  padding: 15px;
}
#idp .classified .col-md-8 {
  padding: 15px;
}
#idp .classified .contact-main {
  border: 0 none;
}
#idp .classified .user-panel {
  height: auto;
}
#idp .classified .email-seller {
  margin: 0;
}
#idp .classified .contact-warper {
  width: 180px;
}
#idp .classified .hidden-phone {
  font-size: 180%;
}
#idp .classified .phone {
  margin: 8px 2px 25px 0;
}
#idp .classified .gmap {
  border-left: 1px solid #ddd;
  padding: 0;
}
#idp .classified .gmap img {
  margin: 2px;
}
#idp .classified .gad {
  width: 300px;
  padding: 25px 0 0 0;
  text-align: center;
}
#idp .classified .info {
  width: 253px;
  border-right: 1px solid #dddddd;
}
#idp .spacificaton {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#idp .vartical-line {
  border-left: 1px solid #ddd;
}
#idp h2 {
  font-size: 150%;
}
#idp h2 b {
  font-size: 50%;
  color: #ccc;
}
#idp .description {
  min-height: 250px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
#idp .dh {
  font-style: "Courier New";
}
#idp .contacts-number {
  color: #9c4b01;
  margin-bottom: 20px;
}
#idp .visit-page {
  color: #00f;
  font-size: 12px;
  font-weight: bold;
}
#idp .visit-link {
  color: #009bd5;
  font-size: 15px;
  font-weight: bold;
}
#idp .featured-product {
  margin-top: 50px;
  margin-bottom: 0;
}
#idp .description .hr-fade {
  margin-top: 50px;
}
#idp .description .inner_content {
  font-size: 125%;
  line-height: 160%;
}
#idp .post-your-add {
  height: 74px;
  width: 315px;
  text-align: right;
  margin: 30px auto 10px auto;
  position: relative;
}
#idp .post-your-add div {
  background-position: 0 -398px;
  height: 60px;
  width: 167px;
  position: absolute;
  top: 0;
  left: 0;
}
#idp .post-your-add span {
  background-position: -263px -343px;
  display: block;
  height: 35px;
  left: 72px;
  position: absolute;
  top: 39px;
  width: 63px;
}
#idp .post-your-add a.btn-cbd {
  position: absolute;
  bottom: 0;
  right: 0;
}
#idp .big_font {
  font-size: 150%;
  font-weight: bold;
}
#idp .google-ad {
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 20px;
}
#idp .delivery_info {
  font-size: 90%;
  color: rgb(156, 142, 142);
}
#idp .delivery_info .row {
  padding: 3px 0px;
}
#idp .spacificaton ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  list-style-type: none;
  padding-inline-start: 15px;
  margin: 0;
}
#idp .spacificaton ul li::before {
  content: "\2022";
  color: #eee;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#idp .spacificaton ul li {
  padding: 3px 0;
  border-right: 1px solid #eee;
}
/* social buttons */
#idp .social_button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  max-width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}
#idp .btweet {
  position: relative;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#dedede)
  );
  background-image: -moz-linear-gradient(top, #fff, #dedede);
  background-image: -o-linear-gradient(top, #fff, #dedede);
  background-image: -ms-linear-gradient(top, #fff, #dedede);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dedede');
  background-image: linear-gradient(top, #fff, #dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  padding: 0 5px;
}
#idp .btweet:focus,
.btweet:hover,
.btweet:active {
  border-color: #0089cb;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#d9d9d9)
  );
  background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: linear-gradient(top, #f8f8f8, #d9d9d9);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#idp .btweet:active {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
#idp .btweet i {
  background: url("data:image/png;base64,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")
    no-repeat scroll 0 0 transparent;
  height: 14px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#idp .btweet span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 1px 0 14px !important;
  white-space: nowrap;
  cursor: pointer;
}
#idp .bfb_share {
  position: relative;
  background-color: #5975ad;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8aa6db),
    to(#3c5b9e)
  );
  background-image: -moz-linear-gradient(top, #8aa6db, #3c5b9e);
  background-image: -o-linear-gradient(top, #8aa6db, #3c5b9e);
  background-image: -ms-linear-gradient(top, #8aa6db, #3c5b9e);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aa6db',endColorstr='#3c5b9e');
  background-image: linear-gradient(top, #8aa6db, #3c5b9e);
  border: #314f8c solid 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  padding: 0 5px;
}
#idp .bfb_share:focus,
.bfb_share:hover,
.bfb_share:active {
  border-color: #1c366f;
  background-color: #3c5b9e;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6580b4),
    to(#3c5b9e)
  );
  background-image: -moz-linear-gradient(top, #6580b4, #3c5b9e);
  background-image: -o-linear-gradient(top, #6580b4, #3c5b9e);
  background-image: -ms-linear-gradient(top, #6580b4, #3c5b9e);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6580b4',endColorstr='#3c5b9e');
  background-image: linear-gradient(top, #6580b4, #3c5b9e);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#idp .bfb_share:active {
  background-color: #3c5b9e;
  border-color: #0089cb;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
#idp .bfb_share i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuhJREFUeNpsU0trU0EU/mbupE2TtGkTk/SRvrCtxYpiBQulrQgFceFS8C/oQsGFDxCxuu2ubgQXgl268T8UfK0qYm1rW0ps6SNpHuZ1750747mTIC48MBzOnPm++c45M2zqxovzsYGRVSmdPLRWTHvwFADlQZPXWja9pn0PTFMO2uKWFd3a+HFWxPqHV8+cm8Dmxm5XsFUQjk4oRYcVAWkRG1HCom3GAyauujYG+9J0DmuiXqsX19d2otVyBVXu3+QvrwGmpQjQEgCOCh62Nn+Ce3XwgAU16cJ27aKQZIGAACdtnFOCwPCIyddqcbRaDLsHZajSGt48vYpkMo6DwzwW3+Wg6q4Uji3huS4BNbSUBueTMKqUeRJ5m/arGWyvvMS/9vjVIiItDoTrOHDpoHIVmNBEQM3yfAEeKdLI7OWx9PDWX+DecQXFUhWhtgA8pwwuHReedOhWlxokIX0VyjUqOGfIfvqKX9miARcLBaSTNzFx6RESiQ5TtnClX0KjYVJqU7uvQpKKYsnBnXujuHIhagiinZ14sjAPcIH3X2pwqHQ2Nr+QTfX2x23bBjMNYMbX6g4y+yfIfV7A/yw5/QxBVHNWbGjuQSQUCbmuY2boPxyltGmmoClkTypInoogGYsY4NLbFXxc3cW39UO6rFYTpBnmcRmvjGf09CwaXzwWwvP7ywgGOSZGUqhWfuPu7dfg6TimL47g4KAAYdtl5LLHMAqaRIyIFGMQ/iyTAXSGW01GCA7R3Ya+VBuOjg9h1+sQ4WAYg0MDsKsVA/aNPgQsP2IcJyWgvT3cJNfoS6fRm4qioyOK3Z0NiEQqIWZn5nCUPTJjazIY55cRSYwi2d1jYhoWLk/N0giD6El0o1YuCOE4TlRrkkaj0Zo1RPBmMaRAUkN7El0mDrdF6ENxWMzyk7AJy3omb48PDI9+V8orwv94vnHVcMS2f1zGtZnTuD4zhsxhEUvLHxBtD1stAatze2t9/I8AAwC7BHjXTPzERgAAAABJRU5ErkJggg%3D%3D")
    no-repeat scroll 0 0 transparent;
  height: 16px;
  left: 2px;
  margin-top: 1px;
  position: absolute;
  width: 16px;
}
#idp .bfb_share span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 1px 0 20px !important;
  white-space: nowrap;
  cursor: pointer;
}
#idp .bcount {
  line-height: 18px;
  position: relative;
  background: #fff;
  border: #bbb solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 18px;
  _height: 18px;
  min-width: 15px;
  _width: 15px;
  margin: 0 0 0 5px;
  padding: 0 5px;
}
#idp .bcount u {
  position: absolute;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -4px 0 0 -4px;
  top: 50%;
  width: 0;
  border: 4px transparent solid;
  _border-color: pink;
  _filter: chroma(color=pink);
  border-right-color: #aaa;
  border-left: 0;
  margin-left: -3px;
  border-right-color: #fff;
}
#idp .bcount i {
  position: absolute;
  line-height: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin: -4px 0 0 -4px;
  border: 4px transparent solid;
  _border-color: pink;
  _filter: chroma(color=pink);
  border-right-color: #aaa;
  border-left: 0;
}
/* ==== meda query for ITEM DETAIL PAGE ==== */
@media (max-width: 1199px) {
  #idp .hidden-thumb {
    display: none;
  }
  #idp .item-thumb li.hidden-thumb {
    display: none;
  }
  #idp .main-cod h4 {
    font-size: 100%;
  }
  #idp .main-cod span {
    font-size: 77%;
  }
  #idp .item-thumb li {
    margin-right: 4px;
  }
  #idp .item-thumb li:hover:after,
  #idp .item-thumb .active:after,
  #idp .item-thumb li:hover:before,
  #idp .item-thumb .active:before {
    left: 38px;
  }
  #idp .item-image {
    height: 340px;
  }
  #idp .item-image img {
    max-width: 453px;
    max-height: 340px;
  }
  #idp .classified .info {
    border-right: none 0;
    width: 100%;
  }
  #idp .classified .gad {
    width: 100%;
    border-top: 1px dotted #ddd;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  #idp .contact-main {
    border-left: 0 none;
  }
  #idp .user-panel {
    height: 60px;
    max-height: 112px;
  }
  #idp .container .contact-warp .btn-cbd i {
    display: none;
  }
  #idp .item-thumb li {
    margin-right: 1%;
  }
  #idp .item-thumb li:hover:after,
  #idp .item-thumb .active:after,
  #idp .item-thumb li:hover:before,
  #idp .item-thumb .active:before {
    left: 58px;
  }
  #idp .carousel-control.left,
  .carousel-control.right {
    max-height: 80%;
  }
  #idp .item-image {
    height: 480px;
  }
  #idp .item-image img {
    max-width: 640px;
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  #idp .item-thumb li:hover:after,
  #idp .item-thumb .active:after,
  #idp .item-thumb li:hover:before,
  #idp .item-thumb .active:before {
    left: 16px;
  }
  #idp #fb_like {
    display: none;
  }
  #idp .item-image {
    height: 216px;
  }
  #idp .item-image img {
    max-width: 288px;
    max-height: 216px;
  }
}
@media (max-width: 399px) {
}
/* ==== ITEM DETAIL PAGE ends ==== */
