.catalog-product {
  margin-bottom: 25px;
}

@media (max-width: 544px) {
  .catalog-product {
    margin-bottom: 10px;
  }
}

.catalog-details {
  padding-right: 80px;
  position: relative;
}

.catalog-details .catalog-info {
  background-color: #dddddd;
}

.catalog-details .catalog-info .catalog-name {
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-details .catalog-info .login-price {
  font-size: 14px;
  color: #000;
}

.catalog-details .catalog-items {
  background-color: #A30A12;
  width: 80px;
  color: #ffffff;
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
}

.catalog-details .catalog-items:after {
  position: absolute;
  top: 0px;
  left: -10px;
  border-bottom: 10px solid #6F060C;
  border-left: 10px solid transparent;
  height: 0;
  width: 0;
  content: "";
}

@media (min-width: 1200px) {
  .productimage {
    width: 70%;
  }
  .product-shop-wrapper {
    width: 30%;
  }
}

.thum-box {
  background-color: #ddd;
  padding: 20px 20px;
}

.thumbs-container {
  float: left;
  width: 82px;
  text-align: center;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: auto;
}

@media (max-width: 992px) {
  .thumbs-container {
    position: relative;
    width: 100%;
    margin: 10px auto;
    float: none;
  }
  .thumbs-container .thumbelina {
    display: table;
    margin: auto;
  }
  .thumbs-container .thumbelina > li {
    display: table-cell;
  }
}

.r-border {
  border-right: 1px solid  #e5e5e5;
}

.productimage {
  text-align: center;
}

@media (min-width: 992px) {
  .product-shop {
    padding-top: 10px;
  }
}

.product-shop .product-title h1 {
  font-size: 16px;
  color: #A30A12;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 0px;
}

.product-shop .short-description {
  font-size: 14px;
}

.product-shop .inline-block {
  display: inline-block;
  vertical-align: middle;
}

.product-shop .old-price {
  font-size: 22px;
  color: #666666;
  text-decoration: line-through;
}

.product-shop .final-price {
  font-size: 28px;
  color: #212121;
  line-height: 18px;
}

.product-shop .off-price {
  border-radius: 4px;
  color: #A30A12;
  font-size: 16px;
  padding: 2px 8px;
}

.panel-title {
  background-color: #e5e5e5;
  color: #333333;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 15px;
  position: relative;
}

.panel-title a {
  color: #333333;
  display: block;
  text-decoration: none;
}

.panel-title .glyphicon {
  margin-top: 6px;
}

.accordion-inner {
  padding: 12px 10px;
}

.product-details-text {
  line-height: 24px;
}

.productdetails {
  line-height: 30px;
}

.social-sharing-title {
  color: #000000;
  padding: 0px 30px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  z-index: 1;
}

.social-sharing-title span {
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  padding: 0px 20px;
}

.social-sharing-title:after {
  background-color: #cccccc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 2;
}

.social-sharing {
  padding: 0;
  display: block;
  list-style: none;
  margin: 0;
  text-align: center;
}

.social-sharing li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.product-item {
  margin-bottom: 18px;
}

.product-info {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 10px;
  text-align: left;
}

.product-info .product-name {
  display: block;
}

.product-info .product-price {
  border-right: 1px solid #e5e5e5;
  margin-right: 10px;
  padding-right: 10px;
}

.product-info .product-checkbox {
  position: absolute;
  right: 10px;
}

.product-info .product-checkbox .checkbox .outer {
  position: relative;
}

@media (min-width: 992px) {
  .affix-top {
    position: relative;
  }
  .affix {
    top: 120px;
    position: fixed;
  }
  .affix-bottom {
    position: absolute;
  }
}

.sizes-btn .btn-sm {
  width: 40px;
  min-height: 30px;
}

.ddlSize-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 40px;
  min-height: 30px;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.ddlSize-style:after {
  border-color: #555555 transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 0;
  content: "";
}

.ddlSize-style select {
  padding: 4px 6px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ddlSize-style select:focus {
  outline: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.modal-content {
    background-clip: inherit;
}


