/*mustak*/
.order-info{background: none;border:none;}
.item .product-image {float: none;}
.item .product-image-padding-9{ padding: 0 0 10px 50px;}
.item .product-image-padding-lt9{padding:0 0 10px 0;}
.add-to-links li.buttion_wishlist { background:#3399cc; margin:0px; padding:7px !important;}
.add-to-links li.buttion_wishlist a {color:#fff; padding:7px !important; list-style:none; text-decoration:none; }
.add-to-links li.buttion_wishlist:hover { background:#2e8ab8;color:#fff !important; }

#crosssell-products-list .add-to-links > li { margin:0px ;font-size:12px; }
#crosssell-products-list .add-to-links > li a {padding-bottom:10px;}
#crosssell-products-list .owl-prev {
    background-image: url("../success/images/arrow_left.png");
    display: block;
    float: left;
    height: 33px;
    position: absolute;
    text-indent: -9999px;
    top: 26%;
    width: 33px;
	  margin: 0 0 0 6px;
}


#crosssell-products-list .owl-next {float: right; position: absolute;right: 0;top: 26%;background-image:url("../success/images/arrow_right.png");text-indent: -9999px;  width: 33px;height: 33px;}
.order-info .cross-sell > h2 {color: #333;font-weight: bold;padding-bottom: 10px;padding-top: 10px;border-bottom: 1px solid #ddd;}

.order-info .sharing {text-align: center;width: 210px;margin:0 auto;}

.add-to-links li.buttion_addtocart {background:#3399cc; color: #fff;float: left;line-height: 15px; margin-left: 35px !important; padding:7px !important; width: 78%;}
.add-to-links li.buttion_addtocart a {color:#fff; list-style:none; text-decoration:none;}
.add-to-links li.buttion_addtocart:hover { background:#2e8ab8; color:#fff !important; }
/*mustak*/
#crosssell-products-list .product-image { cursor: default !important;}
#crosssell-products-list .product-image > img:hover {opacity:0.6; background:none; cursor:pointer;}
.order-info .sub-title {
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 5px;
    width: 60% !important;
}
.order-info .success_message > p {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
	color: red;
}
.cms-block {
    border: 3px solid #ededed;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #ededed;
    margin: 10px 0;
    padding: 10px;
}

.sharing .sharing-links .	order-info li { margin:0px;}

.sharing .sharing-links > li a.link-facebook{
  background: url("../success/images/facebook.png")top left no-repeat;
  background-repeat: no-repeat;
  text-indent: -9999px;  height: 32px; width: 33px; margin:0px; padding:0px;
}
.sharing  .sharing-links > li a.link-twitter{
  background: url("../success/images/twitter.png") top left no-repeat;
  background-repeat: no-repeat;
  text-indent: -9999px; height: 32px; width: 33px; margin:0px; padding:0px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.sharing-links a {
    background-image: url("../success/images/facebook.png");
    background-size: 100px 1000px;
  }
}

.sharing-links {
  width:68px;
}

.sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.sharing-links li {
    float: left;
    margin: 0;
    padding: 0 4px 0 13px !important;
    width: 15px;
}
.sharing-links a {
  text-indent: -9999px;
  display: block;
  width:26px;
  height: 26px;
}
.sharing-links a:hover {
  opacity: 0.8;
}
.sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.sharing-links a.link-twitter {
  background-position: 0px -372px;
}
